Skip to content

Commit f3d6be6

Browse files
committed
dt: mimxrt700_evk/hifi4: Remove GPIO0 nodes
Remove overlay of gpio0 node. Remove dependent nodes (LEDs, keys). Remove alias bindings of those. Signed-off-by: Vit Stanicek <[email protected]>
1 parent 84da7dc commit f3d6be6

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_hifi4.dts

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
compatible = "nxp,mimxrt798s";
2020

2121
aliases {
22-
led1 = &blue_led;
23-
sw0 = &user_button_1;
2422
i2s-codec-tx = &sai0;
2523
i2s-tx = &sai0;
2624
};
@@ -30,27 +28,6 @@
3028
zephyr,console = &flexcomm0_lpuart0;
3129
zephyr,shell-uart = &flexcomm0_lpuart0;
3230
};
33-
34-
leds {
35-
compatible = "gpio-leds";
36-
blue_led: led_1 {
37-
gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
38-
label = "User LED_BLUE";
39-
};
40-
};
41-
42-
gpio_keys {
43-
compatible = "gpio-keys";
44-
user_button_1: button_0 {
45-
label = "User SW5";
46-
gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
47-
zephyr,code = <INPUT_KEY_0>;
48-
};
49-
};
50-
};
51-
52-
&gpio0 {
53-
status = "okay";
5431
};
5532

5633
&flexcomm0 {

0 commit comments

Comments
 (0)