Skip to content

Commit b102e55

Browse files
xqinxcarlescufi
authored andcommitted
boards: arm: xiao_ble: Fix mismatched spi peripheral
As per #54658, spi2 is configured to be used on XIAO BLE (Sense) board. This commit updates its connector devicetree to use this configured spi peripheral. Signed-off-by: Xiao Qin <[email protected]>
1 parent 775a8e8 commit b102e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/xiao_ble/seeed_xiao_connector.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
};
2828
};
2929

30-
xiao_spi: &spi0 {};
30+
xiao_spi: &spi2 {};
3131
xiao_i2c: &i2c1 {};
3232
xiao_serial: &uart0 {};

0 commit comments

Comments
 (0)