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>
This commit is contained in:
Gerard Marull-Paretas 2024-05-07 11:42:08 +02:00 committed by Carles Cufí
parent 91054be051
commit b88a1f744a
1 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,12 @@
};
clocks {
hfxo: hfxo {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <DT_FREQ_M(32)>;
};
fll16m: fll16m {
compatible = "fixed-clock";
#clock-cells = <0>;