File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2024 Würth Elektronik eiSos GmbH & Co. KG
3+ *
4+ * SPDX-License-Identifier: Apache-2.0
5+ */
6+
7+ #include <st/wl/stm32wle5Xc.dtsi>
8+ #include <st/wl/stm32wle5ccux-pinctrl.dtsi>
9+
10+ &clk_lse {
11+ clock-frequency = <32768>;
12+ driving-capability = <1>;
13+ status = "okay";
14+ };
15+
16+ &clk_hsi {
17+ status = "okay";
18+ };
19+
20+ &clk_hse {
21+ clock-frequency = <DT_FREQ_M(32)>;
22+ hse-tcxo;
23+ status = "okay";
24+ };
25+
26+ &subghzspi {
27+ status = "okay";
28+ lora: radio@0 {
29+ status = "okay";
30+ antenna-enable-gpios = <&gpiob 12 GPIO_ACTIVE_HIGH>; /* RF_SW_VCC */
31+ tx-enable-gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>; /* RF_SW_CTRL1 */
32+ rx-enable-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>; /* RF_SW_CTRL1 */
33+ dio3-tcxo-voltage = <SX126X_DIO3_TCXO_1V8>;
34+ tcxo-power-startup-delay-ms = <1>;
35+ power-amplifier-output = "rfo-lp";
36+ rfo-lp-max-power = <14>;
37+ };
38+ };
You can’t perform that action at this time.
0 commit comments