Skip to content

Commit

Permalink
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]>
  • Loading branch information
nordic-pikr committed Feb 14, 2025
1 parent bdfccfa commit adc1047
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 @@ -29,7 +29,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 @@ -83,6 +82,10 @@
};
};

&spi00 {
status = "disabled";
};

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

0 comments on commit adc1047

Please sign in to comment.