From 62fab317dd74ec37f52b08b2e00c6e5ebcc6de6e Mon Sep 17 00:00:00 2001 From: Philip-Dylan Gleonec Date: Sat, 17 Aug 2024 01:55:34 +0200 Subject: [PATCH] boards: adafruit: feather_m0_basic_proto: define feather_spi bus Define the feather_spi SPI bus, which points to the corresponding SERCOM. This bus label can be used by the featherwing family of shields. Signed-off-by: Philip-Dylan Gleonec --- boards/adafruit/feather_m0_basic_proto/feather_connector.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/adafruit/feather_m0_basic_proto/feather_connector.dtsi b/boards/adafruit/feather_m0_basic_proto/feather_connector.dtsi index 842da758f9b..ac5bee3c4f1 100644 --- a/boards/adafruit/feather_m0_basic_proto/feather_connector.dtsi +++ b/boards/adafruit/feather_m0_basic_proto/feather_connector.dtsi @@ -6,3 +6,4 @@ */ feather_i2c: &sercom3 {}; +feather_spi: &sercom4 {};