Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions boards/nordic/nrf52840dk/nrf52840dk_nrf52811.dts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*
* Copyright (c) 2019 Nordic Semiconductor
*
Expand All @@ -14,10 +14,10 @@
compatible = "nordic,nrf52840-dk-nrf52811";

chosen {
zephyr,console = &uart0;
zephyr,console = &uart0 ;
zephyr,shell-uart = &uart0;
zephyr,uart-mcumgr = &uart0;
zephyr,bt-mon-uart = &uart0;
zephyr,bt-mon-uart = &uart0;
zephyr,bt-c2h-uart = &uart0;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
Expand Down
4 changes: 2 additions & 2 deletions boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*
* Copyright (c) 2017 Linaro Limited
*
Expand All @@ -19,10 +19,10 @@
zephyr,console = &uart0;
zephyr,shell-uart = &uart0;
zephyr,uart-mcumgr = &uart0;
zephyr,bt-mon-uart = &uart0;
zephyr,bt-mon-uart = &uart0 ;
zephyr,bt-c2h-uart = &uart0;
zephyr,ieee802154 = &ieee802154;
zephyr,boot-mode = &boot_mode0;
zephyr,boot-mode = &boot_mode0;
};

leds {
Expand Down
4 changes: 2 additions & 2 deletions boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
model = "Nordic nRF54L15 DK nRF54L15 Application MCU";

chosen {
zephyr,code-partition = &slot0_partition;
zephyr,sram = &cpuapp_sram;
zephyr,code-partition = &slot0_partition

Check failure on line 17 in boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

Synatx error.

/home/runner/work/zephyr/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts:17 Expected ';'
zephyr,sram = &cpuapp_sram

Check failure on line 18 in boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

Synatx error.

/home/runner/work/zephyr/zephyr/boards/nordic/nrf54l15dk/nrf54l15dk_nrf54l15_cpuapp.dts:18 Expected ';'
};
};

Expand Down
Loading