diff --git a/conf/machine/orange-pi-pc2.conf b/conf/machine/orange-pi-pc2.conf new file mode 100644 index 0000000..f376c4b --- /dev/null +++ b/conf/machine/orange-pi-pc2.conf @@ -0,0 +1,8 @@ +#@TYPE: Machine +#@NAME: orangepi-pc2 +#@DESCRIPTION: Machine configuration for the orangepi-pc2, based on Allwinner A64 CPU + +require conf/machine/include/sun50i.inc + +KERNEL_DEVICETREE = "allwinner/sun50i-h5-orangepi-pc2.dtb" +UBOOT_MACHINE = "orangepi_pc2_defconfig"