Files
meta-sunxi/conf/machine/olinuxino-a20som204.conf
Ovidiu Panait cd83074dee 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>
2025-08-15 12:22:33 +03:00

10 lines
339 B
Plaintext

#@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"