Skip to content

Commit 3c7c521

Browse files
aescolarrlubos
authored andcommitted
[nrf fromtree] boards nrf54l15bsim: Do not work around peripheral clock issue
In 923d313 the clock frequency in DTS for the UART00 was fixed, but not for the simulated target. This was likely due to the HW models modeling it as 16MHz instead of 128MHz for this particular one as it is in reality. Now that the HW models have been fixed, let's let this clock be configured like for real HW. Signed-off-by: Alberto Escolar Piedras <[email protected]> (cherry picked from commit 5e7df92)
1 parent 9bc8f72 commit 3c7c521

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@
8484
};
8585
};
8686

87-
&uart00 {
88-
/delete-property/ clocks;
89-
};
90-
9187
&uart20 {
9288
status = "okay";
9389
current-speed = <115200>;

0 commit comments

Comments
 (0)