Skip to content

Commit 5e7df92

Browse files
aescolarkartben
authored andcommitted
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 <alberto.escolar.piedras@nordicsemi.no>
1 parent aa6d483 commit 5e7df92

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
@@ -83,10 +83,6 @@
8383
};
8484
};
8585

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

0 commit comments

Comments
 (0)