Skip to content

Commit d03b4be

Browse files
committed
nrf92 pm enabled
1 parent de0700c commit d03b4be

File tree

1 file changed

+2
-34
lines changed

1 file changed

+2
-34
lines changed

dts/common/nordic/nrf9280.dtsi

Lines changed: 2 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#include <mem.h>
88
#include <nordic/nrf_common.dtsi>
9-
#include <zephyr/dt-bindings/adc/nrf-saadc-haltium.h>
9+
#include <zephyr/dt-bindings/adc/nrf-saadc.h>
1010
#include <zephyr/dt-bindings/misc/nordic-nrf-ficr-nrf9230-engb.h>
1111
#include <zephyr/dt-bindings/misc/nordic-domain-id-nrf9230.h>
1212
#include <zephyr/dt-bindings/misc/nordic-owner-id-nrf9230.h>
@@ -103,39 +103,10 @@
103103
clock-frequency = <DT_FREQ_M(32)>;
104104
};
105105

106-
lfxo: lfxo {
107-
compatible = "nordic,nrf54h-lfxo";
108-
status = "disabled";
109-
#clock-cells = <0>;
110-
clock-frequency = <32768>;
111-
};
112-
113106
fll16m: fll16m {
114-
compatible = "nordic,nrf-fll16m";
115-
#clock-cells = <0>;
116-
clock-frequency = <DT_FREQ_M(16)>;
117-
open-loop-accuracy-ppm = <20000>;
118-
closed-loop-base-accuracy-ppm = <5000>;
119-
clocks = <&hfxo>, <&lfxo>;
120-
clock-names = "hfxo", "lfxo";
121-
};
122-
123-
hsfll120: hsfll120 {
124107
compatible = "fixed-clock";
125-
clocks = <&fll16m>;
126-
#clock-cells = <0>;
127-
clock-frequency = <DT_FREQ_M(320)>;
128-
};
129-
130-
lfclk: lfclk {
131-
compatible = "nordic,nrf-lfclk";
132108
#clock-cells = <0>;
133-
clock-frequency = <32768>;
134-
status = "okay";
135-
lfrc-accuracy-ppm = <500>;
136-
lflprc-accuracy-ppm = <1000>;
137-
clocks = <&hfxo>, <&lfxo>;
138-
clock-names = "hfxo", "lfxo";
109+
clock-frequency = <DT_FREQ_M(16)>;
139110
};
140111

141112
hsfll120: hsfll120 {
@@ -751,7 +722,6 @@
751722
interrupts = <386 NRF_DEFAULT_IRQ_PRIORITY>;
752723
status = "disabled";
753724
#io-channel-cells = <1>;
754-
zephyr,pm-device-runtime-auto;
755725
};
756726

757727
comp: comparator@983000 {
@@ -797,8 +767,6 @@
797767
reg = <0x99c000 0x1000>;
798768
status = "disabled";
799769
cc-num = <16>;
800-
clocks = <&lfclk>, <&fll16m>;
801-
clock-names = "lfclock", "hfclock";
802770
};
803771

804772
dppic133: dppic@9a1000 {

0 commit comments

Comments
 (0)