Add BananaPi M2 Berry support

Add `bananapi-m2-berry` machine conf and enable WiFi for it.
This commit is contained in:
Oliver Kästner
2025-01-19 01:24:09 +01:00
parent f5025d0808
commit 2834b7f951
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#@TYPE: Machine
#@NAME: bananapi-m2-berry
#@DESCRIPTION: Machine configuration for the Banana Pi M2 Berry, based on Allwinner V40 CPU
require conf/machine/include/sun8i.inc
require conf/machine/include/hardware/ap6212a.inc
KERNEL_DEVICETREE = "sun8i-v40-bananapi-m2-berry.dtb"
UBOOT_MACHINE = "bananapi_m2_berry_defconfig"