tests: drivers: gpio: gpio_basic_api: Add nrf54h20dk overlays

Add overlays for nrf54h20dk_nrf54h20 cpuapp and cpurad.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
Krzysztof Chruściński 2024-05-10 11:43:01 +02:00 committed by Henrik Brix Andersen
commit 4a61fa32f0
3 changed files with 25 additions and 0 deletions

View file

@ -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 >;
};

View file

@ -0,0 +1,3 @@
/* SPDX-License-Identifier: Apache-2.0 */
#include "nrf54h20dk_nrf54h20_common.dtsi"

View file

@ -0,0 +1,3 @@
/* SPDX-License-Identifier: Apache-2.0 */
#include "nrf54h20dk_nrf54h20_common.dtsi"