diff --git a/conf/machine/orange-pi-r1.conf b/conf/machine/orange-pi-r1.conf new file mode 100644 index 0000000..78d167b --- /dev/null +++ b/conf/machine/orange-pi-r1.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@NAME: orange-pi-r1 +#@DESCRIPTION: Machine configuration for the orange-pi-r1, base on allwinner H2+ CPU + +require conf/machine/include/sun8i.inc + +KERNEL_DEVICETREE = "sun8i-h2-plus-orangepi-r1.dtb" +UBOOT_MACHINE = "orangepi_r1_defconfig" +