Skip to content

Commit 658f935

Browse files
mstasiaknordickartben
authored andcommitted
dts: nordic: nrf54l09: add clocks to GRTC
Added clocks to GRTC node to allow GRTC output and access to frequency property. Signed-off-by: Michał Stasiak <[email protected]>
1 parent 0d4f8fe commit 658f935

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/common/nordic/nrf54l09.dtsi

+8
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
};
5050

5151
clocks {
52+
pclk: pclk {
53+
compatible = "fixed-clock";
54+
#clock-cells = <0>;
55+
clock-frequency = <DT_FREQ_M(16)>;
56+
};
57+
5258
lfxo: lfxo {
5359
compatible = "nordic,nrf-lfxo";
5460
#clock-cells = <0>;
@@ -419,6 +425,8 @@
419425
compatible = "nordic,nrf-grtc";
420426
reg = <0xe2000 0x1000>;
421427
cc-num = <12>;
428+
clocks = <&lfxo>, <&pclk>;
429+
clock-names = "lfclock", "hfclock";
422430
status = "disabled";
423431
};
424432

0 commit comments

Comments
 (0)