We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4f8fe commit 658f935Copy full SHA for 658f935
dts/common/nordic/nrf54l09.dtsi
@@ -49,6 +49,12 @@
49
};
50
51
clocks {
52
+ pclk: pclk {
53
+ compatible = "fixed-clock";
54
+ #clock-cells = <0>;
55
+ clock-frequency = <DT_FREQ_M(16)>;
56
+ };
57
+
58
lfxo: lfxo {
59
compatible = "nordic,nrf-lfxo";
60
#clock-cells = <0>;
@@ -419,6 +425,8 @@
419
425
compatible = "nordic,nrf-grtc";
420
426
reg = <0xe2000 0x1000>;
421
427
cc-num = <12>;
428
+ clocks = <&lfxo>, <&pclk>;
429
+ clock-names = "lfclock", "hfclock";
422
430
status = "disabled";
423
431
424
432
0 commit comments