From 57a89a9c00aaeedd4eda0d9d9c04cfbea3d4c103 Mon Sep 17 00:00:00 2001 From: Alberto Escolar Piedras Date: Thu, 13 Feb 2025 12:23:38 +0100 Subject: [PATCH] [nrf fromtree] boards nrf54l15bsim: Do not work around peripheral clock issue In 923d313a04726f6475b19ef803eb8b5a080e91d7 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 (cherry picked from commit 5e7df92082ccb084ba13c2abf98f8512a00ad192) --- boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts b/boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts index 13bf2e338f8..1a38b094795 100644 --- a/boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts +++ b/boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts @@ -84,10 +84,6 @@ }; }; -&uart00 { - /delete-property/ clocks; -}; - &uart20 { status = "okay"; current-speed = <115200>;