Skip to content

Commit

Permalink
[nrf fromtree] boards: nrf54l15pdk_nrf54l15_cpuapp: add ieee802154 st…
Browse files Browse the repository at this point in the history
…atus okay

Set status = "okay" for ieee802154 device tree node to allow use
of ieee802154 on the nrf54l15pdk_nrf54l15_cpuapp board.

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

&ieee802154 {
status = "okay";
};

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

0 comments on commit cddd224

Please sign in to comment.