aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/rock64.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/rock64.conf')
-rw-r--r--conf/machine/rock64.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/rock64.conf b/conf/machine/rock64.conf
new file mode 100644
index 0000000..fa75a51
--- /dev/null
+++ b/conf/machine/rock64.conf
@@ -0,0 +1,15 @@
+# Copyright (C) 2021 Blade SAS
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+#@TYPE: Machine
+#@NAME: Rock64
+#@DESCRIPTION: Rock64 RK3328 board from Pine64
+
+require include/rk3328.inc
+
+MACHINE_FEATURES += "usbhost serial"
+
+UBOOT_MACHINE = "rock64-rk3328_defconfig"
+KERNEL_DEVICETREE = "rockchip/rk3328-rock64.dtb"
+
+KBUILD_DEFCONFIG = "defconfig"