zephyr/boards: Add support for BeagleConnect Freedom.

Enable the following capabilities: I2C, SPI, FLASH.

Signed-off-by: Ayush Singh <ayush@beagleboard.org>
This commit is contained in:
Ayush Singh
2024-09-23 22:16:29 +05:30
committed by Damien George
parent d92694c3e8
commit fa942d532f

View File

@@ -0,0 +1,7 @@
# Hardware features
CONFIG_I2C=y
CONFIG_SPI=y
# Flash drivers
CONFIG_FLASH=y
CONFIG_FLASH_MAP=y