We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84da7dc commit f3d6be6Copy full SHA for f3d6be6
boards/nxp/mimxrt700_evk/mimxrt700_evk_mimxrt798s_hifi4.dts
@@ -19,8 +19,6 @@
19
compatible = "nxp,mimxrt798s";
20
21
aliases {
22
- led1 = &blue_led;
23
- sw0 = &user_button_1;
24
i2s-codec-tx = &sai0;
25
i2s-tx = &sai0;
26
};
@@ -30,27 +28,6 @@
30
28
zephyr,console = &flexcomm0_lpuart0;
31
29
zephyr,shell-uart = &flexcomm0_lpuart0;
32
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";
54
55
56
&flexcomm0 {
0 commit comments