Skip to content

Commit 61db569

Browse files
aescolarMaureenHelm
authored andcommitted
boards nrf54l15bsim: Set clock status as ok in DT
So the nRF clock driver is built in as in real targets. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 8d6d700 commit 61db569

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

boards/native/nrf_bsim/nrf54l15bsim_nrf54l15_cpuapp.dts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
/delete-node/ watchdog@109000;
6060
/delete-node/ gpio@10a000;
6161
/delete-node/ gpiote@10c000;
62-
/delete-node/ clock@10e000;
6362
};
6463
/delete-node/ spu@50003000;
6564
/delete-node/ gpiote@5000d000;
@@ -99,3 +98,7 @@
9998
/* This feature is not yet supported by the RADIO model */
10099
/delete-property/ dfe-supported;
101100
};
101+
102+
&clock {
103+
status = "okay";
104+
};

0 commit comments

Comments
 (0)