diff --git a/conf/machine/orange-pi-lite.conf b/conf/machine/orange-pi-lite.conf new file mode 100644 index 0000000..f7ad588 --- /dev/null +++ b/conf/machine/orange-pi-lite.conf @@ -0,0 +1,9 @@ +#@TYPE: Machine +#@NAME: orange-pi-lite +#@DESCRIPTION: Machine configuration for the orange-pi-lite, based on Allwinner H3 CPU + +require conf/machine/include/sun8i.inc + +KERNEL_DEVICETREE = "sun8i-h3-orangepi-lite.dtb" +UBOOT_MACHINE = "orangepi_lite_defconfig" +