From 34c7abffa2148a2a815a21585bf66bba29f34062 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 26 Jun 2024 12:51:44 +0200 Subject: [PATCH] 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 --- dts/arm/nordic/nrf5340_cpuapp_peripherals.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dts/arm/nordic/nrf5340_cpuapp_peripherals.dtsi b/dts/arm/nordic/nrf5340_cpuapp_peripherals.dtsi index 24ee005871b..f976061e989 100644 --- a/dts/arm/nordic/nrf5340_cpuapp_peripherals.dtsi +++ b/dts/arm/nordic/nrf5340_cpuapp_peripherals.dtsi @@ -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 = ; + }; }; regulators: regulator@4000 {