Skip to content

Commit

Permalink
54l: Update ns board with patches from the secure board
Browse files Browse the repository at this point in the history
The ns board has code that is copied from the secure board and must be
regularly updated to keep the two copies in sync.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
  • Loading branch information
SebastianBoe authored and rlubos committed Apr 25, 2024
1 parent ed51e17 commit 1123cca
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions boards/arm/nrf54l15pdk_nrf54l15/nrf54l15pdk_nrf54l15_cpuapp_ns.dts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
zephyr,shell-uart = &uart20;
zephyr,flash = &rram0;
zephyr,sram = &sram0;
zephyr,ieee802154 = &ieee802154;
};

leds {
Expand Down Expand Up @@ -97,3 +98,35 @@
&grtc {
status = "okay";
};

&gpio0 {
status = "okay";
};

&gpio1 {
status = "okay";
};

&gpio2 {
status = "okay";
};

&gpiote20 {
status = "okay";
};

&gpiote30 {
status = "okay";
};

&ieee802154 {
status = "okay";
};

&temp {
status = "okay";
};

&clock {
status = "okay";
};

0 comments on commit 1123cca

Please sign in to comment.