Skip to content

Commit 1d5abdf

Browse files
committed
returned GPIOS to what the C was
1 parent eca3536 commit 1d5abdf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

boards/bronco_space/proves_flight_control_board_v5c/proves_flight_control_board_v5c_rp2350a_m33.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@
1717
#include <raspberrypi/rpi_pico/m33.dtsi>
1818

1919
#include "../proves_flight_control_board_v5/proves_flight_control_board_v5.dtsi"
20+
21+
22+
lora0: sx1276@0 {
23+
compatible = "semtech,sx1276";
24+
reg = <0>;
25+
spi-max-frequency = <125000>;
26+
dio-gpios = <&gpio0 13 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,<&gpio0 12 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
27+
reset-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
28+
power-amplifier-output = "pa-boost";
29+
label = "HOPE_RF";
30+
};

0 commit comments

Comments
 (0)