Skip to content

Commit aad3dde

Browse files
gmarullanangl
authored andcommitted
[nrf fromtree] dts: nordic: nrf9280: define hsfll120
Define HSFLL120 clock. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit 332a335)
1 parent 9bbbe49 commit aad3dde

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dts/common/nordic/nrf9280.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,17 @@
9292
#clock-cells = <0>;
9393
clock-frequency = <DT_FREQ_M(16)>;
9494
};
95+
96+
hsfll120: hsfll120 {
97+
compatible = "nordic,nrf-hsfll-global";
98+
clocks = <&fll16m>;
99+
#clock-cells = <0>;
100+
clock-frequency = <320000000>;
101+
supported-clock-frequencies = <64000000
102+
128000000
103+
256000000
104+
320000000>;
105+
};
95106
};
96107

97108
soc {

0 commit comments

Comments
 (0)