aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/nanopi-m4b.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/nanopi-m4b.conf')
-rw-r--r--conf/machine/nanopi-m4b.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/machine/nanopi-m4b.conf b/conf/machine/nanopi-m4b.conf
new file mode 100644
index 0000000..35cd8f6
--- /dev/null
+++ b/conf/machine/nanopi-m4b.conf
@@ -0,0 +1,11 @@
+#@TYPE: Machine
+#@NAME: NanoPi M4B
+#@DESCRIPTION: NanoPi M4B RK3399-based board which has the same form factor as the RPi B3+.
+#https://www.friendlyelec.com/index.php?route=product/product&product_id=275
+
+require conf/machine/include/rk3399.inc
+
+MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
+
+KERNEL_DEVICETREE = "rockchip/rk3399-nanopi-m4b.dtb"
+UBOOT_MACHINE = "nanopi-m4b-rk3399_defconfig"