]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: rockchip: Add Pine64 Quartz64-A Board
authorJonas Karlman <jonas@kwiboo.se>
Sun, 30 Jul 2023 12:26:42 +0000 (12:26 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 31 Jul 2023 06:41:35 +0000 (14:41 +0800)
commit9c1b5d163eec247091ed8dbb4493906f315bfff9
tree8aa118186b6b252f2928634b906005b09fa58ec6
parentf8a2d1c108da37fd5202d717c3e428e3dfc12f01
board: rockchip: Add Pine64 Quartz64-A Board

The Pine64 Quartz64 Model A is a single-board computer based on the
Rockchip RK3566 SoC. The board features USB3, SATA, PCIe, HDMI, USB2.0,
CSI, DSI, eDP, eMMC, SD, and an e-paper parallel port, as well as a
20 pin GPIO header.

Features tested on a Quartz64-A 8GB v2.0 2021-04-27:
- SD-card boot
- eMMC boot
- PCIe/NVMe/AHCI
- USB host

Device tree is imported from linux v6.4.

Co-developed-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com>
Signed-off-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com>
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/Makefile
arch/arm/dts/rk3566-quartz64-a-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/rk3566-quartz64-a.dts [new file with mode: 0644]
arch/arm/mach-rockchip/rk3568/Kconfig
board/pine64/quartz64_rk3566/Kconfig [new file with mode: 0644]
board/pine64/quartz64_rk3566/MAINTAINERS [new file with mode: 0644]
board/pine64/quartz64_rk3566/Makefile [new file with mode: 0644]
board/pine64/quartz64_rk3566/quartz64-rk3566.c [new file with mode: 0644]
configs/quartz64-a-rk3566_defconfig [new file with mode: 0644]
doc/board/rockchip/rockchip.rst
include/configs/quartz64_rk3566.h [new file with mode: 0644]