Skip to content

Commit

Permalink
[nrf fromtree] 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.

Signed-off-by: Sebastian Głąb <[email protected]>
(cherry picked from commit 7c606c2)
  • Loading branch information
nordic-segl committed Jan 7, 2025
1 parent 7f8d857 commit f446df8
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 f446df8

Please sign in to comment.