Skip to content

Commit 71ea72a

Browse files
aescolarnordic-pikr
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 12a67776f5a2dc04083ab5879e9572e0b8207c64)
1 parent 6c38aba commit 71ea72a

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)