Skip to content

Commit 08bbbbf

Browse files
committed
works for v5c
1 parent 1d5abdf commit 08bbbbf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

boards/bronco_space/proves_flight_control_board_v5c/proves_flight_control_board_v5c_rp2350a_m33.dts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@
1919
#include "../proves_flight_control_board_v5/proves_flight_control_board_v5.dtsi"
2020

2121

22-
lora0: sx1276@0 {
22+
&spi1 {
23+
status = "okay";
24+
cs-gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
25+
pinctrl-0 = <&spi1_default>;
26+
pinctrl-names = "default";
27+
28+
lora0: sx1276@0 {
2329
compatible = "semtech,sx1276";
2430
reg = <0>;
2531
spi-max-frequency = <125000>;
@@ -28,3 +34,5 @@ lora0: sx1276@0 {
2834
power-amplifier-output = "pa-boost";
2935
label = "HOPE_RF";
3036
};
37+
};
38+

0 commit comments

Comments
 (0)