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:
parent
1f563b7821
commit
4a61fa32f0
3 changed files with 25 additions and 0 deletions
|
@ -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 >;
|
||||||
|
};
|
|
@ -0,0 +1,3 @@
|
||||||
|
/* SPDX-License-Identifier: Apache-2.0 */
|
||||||
|
|
||||||
|
#include "nrf54h20dk_nrf54h20_common.dtsi"
|
|
@ -0,0 +1,3 @@
|
||||||
|
/* SPDX-License-Identifier: Apache-2.0 */
|
||||||
|
|
||||||
|
#include "nrf54h20dk_nrf54h20_common.dtsi"
|
Loading…
Add table
Add a link
Reference in a new issue