boards: nrf53*: add L|HFXO configurations
- Only one board tweaked the HFXO configuration (bl5340_dvk) - LFXO configuration has been added to all boards based on the current Kconfig defaults: use LFXO with internal 7pF capacitor. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
b5ce16a84c
commit
6a2cbc7c87
9 changed files with 45 additions and 2 deletions
|
@ -139,6 +139,16 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&lfxo {
|
||||||
|
load-capacitors = "internal";
|
||||||
|
load-capacitance-picofarad = <7>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&hfxo {
|
||||||
|
load-capacitors = "internal";
|
||||||
|
load-capacitance-femtofarad = <13500>;
|
||||||
|
};
|
||||||
|
|
||||||
&adc {
|
&adc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -21,5 +21,3 @@ CONFIG_UART_CONSOLE=y
|
||||||
|
|
||||||
# Setup clocks
|
# Setup clocks
|
||||||
CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM=y
|
CONFIG_CLOCK_CONTROL_NRF_K32SRC_250PPM=y
|
||||||
CONFIG_SOC_HFXO_CAP_INTERNAL=y
|
|
||||||
CONFIG_SOC_HFXO_CAP_INT_VALUE_X2=27
|
|
||||||
|
|
|
@ -84,6 +84,11 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&lfxo {
|
||||||
|
load-capacitors = "internal";
|
||||||
|
load-capacitance-picofarad = <7>;
|
||||||
|
};
|
||||||
|
|
||||||
&adc {
|
&adc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
|
@ -65,6 +65,11 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&lfxo {
|
||||||
|
load-capacitors = "internal";
|
||||||
|
load-capacitance-picofarad = <7>;
|
||||||
|
};
|
||||||
|
|
||||||
&adc {
|
&adc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -36,3 +36,8 @@
|
||||||
&vregh {
|
&vregh {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&lfxo {
|
||||||
|
load-capacitors = "internal";
|
||||||
|
load-capacitance-picofarad = <7>;
|
||||||
|
};
|
||||||
|
|
|
@ -34,3 +34,8 @@
|
||||||
&vregh {
|
&vregh {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&lfxo {
|
||||||
|
load-capacitors = "internal";
|
||||||
|
load-capacitance-picofarad = <7>;
|
||||||
|
};
|
||||||
|
|
|
@ -171,6 +171,11 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&lfxo {
|
||||||
|
load-capacitors = "internal";
|
||||||
|
load-capacitance-picofarad = <7>;
|
||||||
|
};
|
||||||
|
|
||||||
&adc {
|
&adc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -108,6 +108,11 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&lfxo {
|
||||||
|
load-capacitors = "internal";
|
||||||
|
load-capacitance-picofarad = <7>;
|
||||||
|
};
|
||||||
|
|
||||||
&adc {
|
&adc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -87,6 +87,11 @@
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&lfxo {
|
||||||
|
load-capacitors = "internal";
|
||||||
|
load-capacitance-picofarad = <7>;
|
||||||
|
};
|
||||||
|
|
||||||
&adc {
|
&adc {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue