Skip to content

Commit cb00d6a

Browse files
committed
Formating issues
1 parent d8b20b0 commit cb00d6a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,22 @@
2020
zephyr,uart-mcumgr = &uart0;
2121
zephyr,bt-mon-uart = &uart0;
2222
zephyr,bt-c2h-uart = &uart0;
23-
zephyr,ieee802154 = &ieee802154;
23+
zephyr,ieee802154 = &ieee802154 ;
2424
zephyr,boot-mode = &boot_mode0;
25+
26+
27+
2528
};
2629

2730
leds {
2831
compatible = "gpio-leds";
2932

30-
led0: led_0 {
33+
led0: led_0 {
3134
gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
35+
36+
3237
label = "Green LED 0";
38+
3339
};
3440

3541
led1: led_1 {

boards/nordic/nrf5340dk/nrf5340dk_nrf5340_cpuapp.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "nrf5340_cpuapp_common.dtsi"
1010

1111
/ {
12-
model = "Nordic NRF5340 DK NRF5340 Application";
12+
model = "Nordic NRF5340 DK NRF5340 Application"
1313
compatible = "nordic,nrf5340-dk-nrf5340-cpuapp";
1414

1515
chosen {
@@ -27,7 +27,7 @@
2727

2828
boot_mode0: boot_mode@0 {
2929
compatible = "zephyr,retention";
30-
status = "okay";
31-
reg = <0x0 0x1>;
30+
status = "okays"
31+
reg = <0x0 0x1> <0x0 0x1>;
3232
};
3333
};

0 commit comments

Comments
 (0)