From fdce4f86744d21dfa53e1e3c9b4eb6302a8edf98 Mon Sep 17 00:00:00 2001 From: Marek Belisko Date: Thu, 21 Apr 2022 21:23:33 +0200 Subject: [PATCH] conf: Added orange-pi-pc2 config Signed-off-by: Marek Belisko --- conf/machine/orange-pi-pc2.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 conf/machine/orange-pi-pc2.conf 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"