olinuxino-a20som204.conf: add support for Olimex A20-SOM204-EVB board

Add machine file for Olimex A20-SOM204-EVB board. It is an expansion board
for the Olimex A20-SOM204 SOM that uses the sun7i Allwinner A20 Soc.

It is supported in U-Boot and mainline Linux kernel.

Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
This commit is contained in:
Ovidiu Panait
2025-08-15 11:32:22 +03:00
parent afae76b548
commit cd83074dee

View File

@ -0,0 +1,9 @@
#@TYPE: Machine
#@NAME: Olimex A20-SOM204
#@DESCRIPTION: Machine configuration for the Olimex A20-SOM204 Evaluation Board, based on Allwinner A20 CPU
#https://github.com/OLIMEX/SOM204
require conf/machine/include/sun7i.inc
KERNEL_DEVICETREE = "allwinner/sun7i-a20-olimex-som204-evb.dtb"
UBOOT_MACHINE = "A20-Olimex-SOM204-EVB_defconfig"