File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed
boards/rakwireless/rak3172 Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 6
6
/dts-v1/;
7
7
#include <st/wl/stm32wle5Xc.dtsi>
8
8
#include <st/wl/stm32wle5ccux-pinctrl.dtsi>
9
+ #include <arm/rakwireless/rak3172.dtsi>
9
10
10
11
/ {
11
12
model = "RAKWireless RAK3172 WisDuo LPWAN Module with a STM32WLE5CC SoC";
114
115
status = "okay";
115
116
};
116
117
117
- &clk_lse {
118
- clock-frequency = <32768>;
119
- };
120
-
121
118
&clk_hsi {
122
119
status = "okay";
123
120
};
124
121
125
- &subghzspi {
126
- status = "okay";
127
-
128
- lora: radio@0 {
129
- status = "okay";
130
- tx-enable-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>; /* FE_CTRL1 */
131
- rx-enable-gpios = <&gpiob 8 GPIO_ACTIVE_LOW>; /* FE_CTRL2 */
132
- power-amplifier-output = "rfo-lp";
133
- rfo-lp-max-power = <14>;
134
- };
135
- };
136
-
137
122
&flash0 {
138
123
partitions {
139
124
compatible = "fixed-partitions";
Original file line number Diff line number Diff line change 18
18
status = "okay";
19
19
lora: radio@0 {
20
20
status = "okay";
21
- tx-enable-gpios = <&gpiob 8 GPIO_ACTIVE_LOW>;
22
- rx-enable-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
21
+ tx-enable-gpios = <&gpioc 13 GPIO_ACTIVE_HIGH>; /* FE_CTRL1 */
22
+ rx-enable-gpios = <&gpiob 8 GPIO_ACTIVE_HIGH>; /* FE_CTRL2 */
23
23
power-amplifier-output = "rfo-hp";
24
24
rfo-hp-max-power = <22>;
25
25
};
You can’t perform that action at this time.
0 commit comments