Skip to content

Commit

Permalink
[nrf fromtree] boards: nrf_bsim: disable insted of deletion spi node
Browse files Browse the repository at this point in the history
Disable insted of deletion of spi00 node on 54l15bsim

Signed-off-by: Piotr Krzyzanowski <[email protected]>
(cherry picked from commit ae80fb10d4df487ce8323735bda4ffc0d92ad4a5)
  • Loading branch information
nordic-pikr authored and rlubos committed Feb 19, 2025
1 parent 3c7c521 commit a2b3371
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
/delete-node/ memory@20000000;
/delete-node/ memory@2002f000;
peripheral@50000000 {
/delete-node/ spi@4a000;
/delete-node/ vpr@4c000;
/delete-node/ mailbox@0;
/delete-node/ interrupt-controller@f0000000;
Expand Down Expand Up @@ -84,6 +83,10 @@
};
};

&spi00 {
status = "disabled";
};

&uart20 {
status = "okay";
current-speed = <115200>;
Expand Down

0 comments on commit a2b3371

Please sign in to comment.