Skip to content

Commit de4f72c

Browse files
[nrf fromlist] dts: nordic: nrf54l09: add clocks to GRTC
Added clocks to GRTC node to allow GRTC output and access to frequency property. Upstream PR #: 86701 Signed-off-by: Michał Stasiak <[email protected]>
1 parent b44731a commit de4f72c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/common/nordic/nrf54l09.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@
4848
};
4949

5050
clocks {
51+
pclk: pclk {
52+
compatible = "fixed-clock";
53+
#clock-cells = <0>;
54+
clock-frequency = <DT_FREQ_M(16)>;
55+
};
56+
5157
lfxo: lfxo {
5258
compatible = "nordic,nrf-lfxo";
5359
#clock-cells = <0>;
@@ -420,6 +426,8 @@
420426
compatible = "nordic,nrf-grtc";
421427
reg = <0xe2000 0x1000>;
422428
cc-num = <12>;
429+
clocks = <&lfxo>, <&pclk>;
430+
clock-names = "lfclock", "hfclock";
423431
status = "disabled";
424432
};
425433

0 commit comments

Comments
 (0)