Skip to content

Commit 289d78e

Browse files
boards: microchip: enable spi subsystem
Enable spi subsystem for sama7g54 Signed-off-by: CHEN Xing <[email protected]>
1 parent 72598b6 commit 289d78e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

boards/microchip/sam/sama7g54_ek/sama7g54_ek.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ toolchain:
1010
ram: 128
1111
supported:
1212
- shell
13+
- spi
1314
- uart
1415
vendor: microchip

boards/microchip/sam/sama7g54_ek/sama7g54_ek_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ CONFIG_CLOCK_CONTROL_FIXED_RATE_CLOCK=y
77
CONFIG_CONSOLE=y
88
CONFIG_SERIAL=y
99
CONFIG_UART_CONSOLE=y
10+
CONFIG_SPI=y

0 commit comments

Comments
 (0)