Skip to content

Commit

Permalink
[nrf fromlist] tests: drivers: gpio: gpio_basic_api: Enable test on n…
Browse files Browse the repository at this point in the history
…rf54l20pdk

Add overlay required to run gpio_basic_api test on nrf54l20pdk.

Upstream PR #: 83224

Signed-off-by: Sebastian Głąb <[email protected]>
  • Loading branch information
nordic-segl committed Dec 19, 2024
1 parent 10a6bd0 commit 0cb9305
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/

/ {
resources {
compatible = "test-gpio-basic-api";
out-gpios = <&gpio1 10 0>;
in-gpios = <&gpio1 11 0>;
};
};

&gpiote20 {
status = "okay";
};

&gpio1 {
status = "okay";
};

0 comments on commit 0cb9305

Please sign in to comment.