Skip to content

Commit 659e657

Browse files
bjarki-andreasencarlescufi
authored andcommitted
Revert "[nrf fromlist] dts: nordic: nrf54h20: Add nodes representing HFXO and LFXO"
This reverts commit 4afdcf1. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent b39be80 commit 659e657

File tree

3 files changed

+1
-70
lines changed

3 files changed

+1
-70
lines changed

dts/bindings/clock/nordic,nrf54h-hfxo.yaml

Lines changed: 0 additions & 30 deletions
This file was deleted.

dts/bindings/clock/nordic,nrf54h-lfxo.yaml

Lines changed: 0 additions & 31 deletions
This file was deleted.

dts/common/nordic/nrf54h20.dtsi

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,11 @@
9292

9393
clocks {
9494
hfxo: hfxo {
95-
compatible = "nordic,nrf54h-hfxo";
96-
status = "disabled";
95+
compatible = "fixed-clock";
9796
#clock-cells = <0>;
9897
clock-frequency = <DT_FREQ_M(32)>;
9998
};
10099

101-
lfxo: lfxo {
102-
compatible = "nordic,nrf54h-lfxo";
103-
status = "disabled";
104-
#clock-cells = <0>;
105-
clock-frequency = <32768>;
106-
};
107-
108100
fll16m: fll16m {
109101
compatible = "fixed-clock";
110102
#clock-cells = <0>;

0 commit comments

Comments
 (0)