We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16669ec commit e913a97Copy full SHA for e913a97
dts/arm/rakwireless/rak3172.dtsi
@@ -0,0 +1,26 @@
1
+/*
2
+ * Copyright (c) 2024 Teslabs Engineering S.L.
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ */
5
+
6
+#include <st/wl/stm32wle5Xc.dtsi>
7
+#include <st/wl/stm32wle5ccux-pinctrl.dtsi>
8
9
+&clk_hse {
10
+ clock-frequency = <DT_FREQ_M(32)>;
11
+};
12
13
+&clk_lse {
14
+ clock-frequency = <32768>;
15
16
17
+&subghzspi {
18
+ status = "okay";
19
+ lora: radio@0 {
20
21
+ tx-enable-gpios = <&gpiob 8 GPIO_ACTIVE_LOW>;
22
+ rx-enable-gpios = <&gpioc 13 GPIO_ACTIVE_LOW>;
23
+ power-amplifier-output = "rfo-hp";
24
+ rfo-hp-max-power = <22>;
25
+ };
26
0 commit comments