Skip to content

Commit f3b3230

Browse files
committed
[nrf fromtree] dts: common: nordic: nrf54h20: define hfxo
Define HFXO (High Frequency Crystal Oscillator). This clock is managed by system controller, from an application point of view it is a fixed clock. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com> (cherry picked from commit b88a1f7)
1 parent d28f5a6 commit f3b3230

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@
8888
};
8989

9090
clocks {
91+
hfxo: hfxo {
92+
compatible = "fixed-clock";
93+
#clock-cells = <0>;
94+
clock-frequency = <DT_FREQ_M(32)>;
95+
};
96+
9197
fll16m: fll16m {
9298
compatible = "fixed-clock";
9399
#clock-cells = <0>;

0 commit comments

Comments
 (0)