From cd83074deecf84bcc9387d9c9107163824bb6f51 Mon Sep 17 00:00:00 2001 From: Ovidiu Panait Date: Fri, 15 Aug 2025 11:32:22 +0300 Subject: [PATCH] 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 --- conf/machine/olinuxino-a20som204.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 conf/machine/olinuxino-a20som204.conf diff --git a/conf/machine/olinuxino-a20som204.conf b/conf/machine/olinuxino-a20som204.conf new file mode 100644 index 0000000..dbd90c7 --- /dev/null +++ b/conf/machine/olinuxino-a20som204.conf @@ -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"