Skip to content

Commit

Permalink
tests: drivers: gpio: gpio_basic_api: Add nrf54h20dk overlays
Browse files Browse the repository at this point in the history
Add overlays for nrf54h20dk_nrf54h20 cpuapp and cpurad.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
  • Loading branch information
nordic-krch committed May 22, 2024
1 parent c10b9ab commit 77f0a39
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/* SPDX-License-Identifier: Apache-2.0 */

/ {
resources {
compatible = "test-gpio-basic-api";
out-gpios = <&gpio0 6 0>;
in-gpios = <&gpio0 7 0>;
};
};

&gpio0 {
status = "okay";
sense-edge-mask = <0x60>;
};

&gpiote130 {
status = "okay";
owned-channels = < 0 1 >;
};
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* SPDX-License-Identifier: Apache-2.0 */

#include "nrf54h20dk_nrf54h20_common.dtsi"
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* SPDX-License-Identifier: Apache-2.0 */

#include "nrf54h20dk_nrf54h20_common.dtsi"

0 comments on commit 77f0a39

Please sign in to comment.