boards: nordic: nrf7002dk: Fix LFXO configuration
Commit 6a2cbc7c87
("boards: nrf53*: add L|HFXO configurations") missed
the fix for nRF7002DK which is also based on nRF53 SoC.
Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Signed-off-by: Aleksandar Stanoev <aleksandar.stanoev@nordicsemi.no>
This commit is contained in:
parent
7524d57b52
commit
d7e4c812ab
1 changed files with 5 additions and 0 deletions
|
@ -134,6 +134,11 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&lfxo {
|
||||
load-capacitors = "internal";
|
||||
load-capacitance-picofarad = <7>;
|
||||
};
|
||||
|
||||
&adc {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue