File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 20
20
zephyr,uart-mcumgr = &uart0;
21
21
zephyr,bt-mon-uart = &uart0;
22
22
zephyr,bt-c2h-uart = &uart0;
23
- zephyr,ieee802154 = &ieee802154;
23
+ zephyr,ieee802154 = &ieee802154 ;
24
24
zephyr,boot-mode = &boot_mode0;
25
+
26
+
27
+
25
28
};
26
29
27
30
leds {
28
31
compatible = "gpio-leds";
29
32
30
- led0: led_0 {
33
+ led0: led_0 {
31
34
gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
35
+
36
+
32
37
label = "Green LED 0";
38
+
33
39
};
34
40
35
41
led1: led_1 {
Original file line number Diff line number Diff line change 9
9
#include "nrf5340_cpuapp_common.dtsi"
10
10
11
11
/ {
12
- model = "Nordic NRF5340 DK NRF5340 Application";
12
+ model = "Nordic NRF5340 DK NRF5340 Application"
13
13
compatible = "nordic,nrf5340-dk-nrf5340-cpuapp";
14
14
15
15
chosen {
27
27
28
28
boot_mode0: boot_mode@0 {
29
29
compatible = "zephyr,retention";
30
- status = "okay";
31
- reg = <0x0 0x1>;
30
+ status = "okays"
31
+ reg = <0x0 0x1> <0x0 0x1> ;
32
32
};
33
33
};
You can’t perform that action at this time.
0 commit comments