From 7037d13e6a32c0946aee5ee138b3a72cf96e83d6 Mon Sep 17 00:00:00 2001 From: Sergey Matyukevich Date: Sun, 9 Apr 2017 18:56:43 +0300 Subject: [PATCH] Add support for Orange Pi Zero board Add machine description for Orange Pi Zero board. Detailed hardware overview is available at the following linux-sunxi wiki page: http://linux-sunxi.org/Orange_Pi_Zero Signed-off-by: Sergey Matyukevich --- conf/machine/orange-pi-zero.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 conf/machine/orange-pi-zero.conf diff --git a/conf/machine/orange-pi-zero.conf b/conf/machine/orange-pi-zero.conf new file mode 100644 index 0000000..1e9ac3f --- /dev/null +++ b/conf/machine/orange-pi-zero.conf @@ -0,0 +1,13 @@ +#@TYPE: Machine +#@NAME: orange-pi-one +#@DESCRIPTION: Machine configuration for the orange-pi-one, base on allwinner H3 CPU + +require conf/machine/include/sun8i.inc + +PREFERRED_VERSION_linux = "4.11.0+git%" +PREFERRED_VERSION_u-boot = "v2017.03%" + +KERNEL_DEVICETREE = "sun8i-h2-plus-orangepi-zero.dtb" +UBOOT_MACHINE = "orangepi_zero_defconfig" + +DEFAULTTUNE = "cortexa7hf-neon-vfpv4"