dts: arm: nordic: nrf5340: instantiate HF crystal oscillator

HFXO is represented as a child of the oscillators node. A new node is
created because it requires its own properties (see the binding for more
details).

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-06-26 12:51:44 +02:00 committed by Henrik Brix Andersen
parent 41d433051f
commit 34c7abffa2

View file

@ -21,6 +21,12 @@ oscillators: clock-controller@4000 {
#clock-cells = <0>;
clock-frequency = <32768>;
};
hfxo: hfxo {
compatible = "nordic,nrf53-hfxo";
#clock-cells = <0>;
clock-frequency = <DT_FREQ_M(32)>;
};
};
regulators: regulator@4000 {