Skip to content

Commit

Permalink
bsp: bsp-rockchip: conf: machine: quartz64-a: add
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Klimuk <[email protected]>
  • Loading branch information
DaniilKl committed Sep 6, 2024
1 parent 06804c3 commit 5aafa08
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#@TYPE: Machine
#@NAME: Quartz64 Model A
#@DESCRIPTION: The Quartz64 Model A is powered by a Rockchip RK3566 quad-core
# ARM Cortex A55 64-Bit Processor with a Mali G-52 GPU. It comes equipped with
# 2GB, 4GB or 8GB LPDDR4 system memory, and a 128Mb SPI boot flash.
# https://pine64.org/devices/quartz64_model_a/

require conf/machine/include/rk3566.inc

KERNEL_DEVICETREE = "rockchip/rk3566-quartz64-a.dtb"
MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"

UBOOT_MACHINE = "quartz64-a-rk3566_defconfig"

0 comments on commit 5aafa08

Please sign in to comment.