Skip to content

Commit d7e4c81

Browse files
krish2718kartben
authored andcommitted
boards: nordic: nrf7002dk: Fix LFXO configuration
Commit 6a2cbc7 ("boards: nrf53*: add L|HFXO configurations") missed the fix for nRF7002DK which is also based on nRF53 SoC. Signed-off-by: Chaitanya Tata <[email protected]> Signed-off-by: Aleksandar Stanoev <[email protected]>
1 parent 7524d57 commit d7e4c81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi

+5
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@
134134
status = "okay";
135135
};
136136

137+
&lfxo {
138+
load-capacitors = "internal";
139+
load-capacitance-picofarad = <7>;
140+
};
141+
137142
&adc {
138143
status = "okay";
139144
};

0 commit comments

Comments
 (0)