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:
parent
41d433051f
commit
34c7abffa2
1 changed files with 6 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue