Skip to content

Commit 5352298

Browse files
committed
bsp: bsp-rockchip: conf: machine: quartz64-a: add
Signed-off-by: Daniil Klimuk <[email protected]>
1 parent e387ba2 commit 5352298

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#@TYPE: Machine
2+
#@NAME: Quartz64 Model A
3+
#@DESCRIPTION: The Quartz64 Model A is powered by a Rockchip RK3566 quad-core
4+
# ARM Cortex A55 64-Bit Processor with a Mali G-52 GPU. It comes equipped with
5+
# 2GB, 4GB or 8GB LPDDR4 system memory, and a 128Mb SPI boot flash.
6+
# https://pine64.org/devices/quartz64_model_a/
7+
8+
require conf/machine/include/rk3566.inc
9+
10+
KERNEL_DEVICETREE = "rockchip/rk3566-quartz64-a.dtb"
11+
MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
12+
13+
UBOOT_MACHINE = "quartz64-a-rk3566_defconfig"

0 commit comments

Comments
 (0)