Skip to content

Commit

Permalink
dts: nordic: nrf9280: define hsfll120
Browse files Browse the repository at this point in the history
Define HSFLL120 clock.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and kartben committed Jan 9, 2025
1 parent 48d2382 commit 332a335
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dts/common/nordic/nrf9280.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,17 @@
#clock-cells = <0>;
clock-frequency = <DT_FREQ_M(16)>;
};

hsfll120: hsfll120 {
compatible = "nordic,nrf-hsfll-global";
clocks = <&fll16m>;
#clock-cells = <0>;
clock-frequency = <320000000>;
supported-clock-frequencies = <64000000
128000000
256000000
320000000>;
};
};

soc {
Expand Down

0 comments on commit 332a335

Please sign in to comment.