boards: seeed: xiao_nrf54l15: enable key SoC peripherals and HFXO config
Enable and configure essential peripherals that are typically required for meaningful use of the XIAO nRF54L15 board, especially for wireless and sensing applications: - Configure HFXO with internal load capacitors (16 pF) for better RF performance/stability - Enable IEEE 802.15.4 radio support - Enable temperature sensor - Enable radio core - Enable NFCT (NFC tag) - Enable clock controller These changes make the board usable out-of-the-box for Bluetooth LE, Thread, Matter, NFC and basic temperature monitoring use cases. Signed-off-by: Jingxing Lai <starsphere@foxmail.com>
This commit is contained in:
committed by
Fabio Baltieri
parent
dcfa19b3cf
commit
0fa079d81e
@@ -148,5 +148,31 @@ dmic_dev: &pdm20 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&hfxo {
|
||||
load-capacitors = "internal";
|
||||
load-capacitance-femtofarad = <16000>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&ieee802154 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&temp {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&radio {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&nfct {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&clock {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* Include default memory partition configuration file */
|
||||
#include <vendor/nordic/nrf54l15_cpuapp_partition.dtsi>
|
||||
|
||||
Reference in New Issue
Block a user