Skip to content

Commit

Permalink
[nrf fromtree] boards: nrf54l15pdk_nrf54l15_cpuapp: add temp status okay
Browse files Browse the repository at this point in the history
Set status = "okay" for temp device tree node to allow use
of nRF 802.15.4 Radio Driver on the nrf54l15pdk_nrf54l15_cpuapp board.

Signed-off-by: Andrzej Kuroś <andrzej.kuros@nordicsemi.no>
(cherry picked from commit 306d6c2)
  • Loading branch information
ankuns authored and nordicjm committed Mar 14, 2024
1 parent cddd224 commit 3abe0f7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@
status = "okay";
};

&temp {
status = "okay";
};

&rram0 {
partitions {
compatible = "fixed-partitions";
Expand Down

0 comments on commit 3abe0f7

Please sign in to comment.