Skip to content

Commit eca3536

Browse files
committed
works with radio in the v5d board
1 parent 275fd4f commit eca3536

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/bronco_space/proves_flight_control_board_v5/proves_flight_control_board_v5-pinctrl.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
};
88

99
group2 {
10-
pinmux = <SPI1_RX_P8>;
10+
pinmux = <SPI1_RX_P12>;
1111
input-enable;
1212
};
1313
};

boards/bronco_space/proves_flight_control_board_v5/proves_flight_control_board_v5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ zephyr_udc0: &usbd {
9191
compatible = "semtech,sx1276";
9292
reg = <0>;
9393
spi-max-frequency = <125000>;
94-
dio-gpios = <&gpio0 13 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,<&gpio0 12 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
94+
dio-gpios = <&gpio0 14 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>,<&gpio0 13 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
9595
reset-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
9696
power-amplifier-output = "pa-boost";
9797
label = "HOPE_RF";

0 commit comments

Comments
 (0)