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 <philip-dylan@gleonec.bzh>
This commit is contained in:
Philip-Dylan Gleonec 2024-08-17 01:55:34 +02:00 committed by Fabio Baltieri
commit 62fab317dd

View file

@ -6,3 +6,4 @@
*/
feather_i2c: &sercom3 {};
feather_spi: &sercom4 {};