mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-08-24 12:58:40 +02:00
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>
10 lines
339 B
Plaintext
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"
|