]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: rockchip: add Pine64 QuartzPro64 RK3588 board
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>
Mon, 23 Oct 2023 14:22:22 +0000 (01:22 +1100)
committerKever Yang <kever.yang@rock-chips.com>
Thu, 9 Nov 2023 03:19:05 +0000 (11:19 +0800)
commit6761cb5bc203171cf88cdeedc54706a4e8080c24
tree70f1a17e5f0ef44e749f6e6ad2e373aa0b339185
parente17d174773e9ba9447596708e702b7382e47a6cf
board: rockchip: add Pine64 QuartzPro64 RK3588 board

QuartzPro64 is a Rockchip RK3588 based SBC by Pine64.

UART and boot over SD/eMMC/RJ45 are tested to work.

Linux commits from next-20231013:
8152d3d070a9 ("arm64: dts: rockchip: Add QuartzPro64 SBC device tree")

Signed-off-by: Tom Fitzhenry <tom@tom-fitzhenry.me.uk>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Cc: Eugen Hristev <eugen.hristev@collabora.com>
Cc: Jonas Karlman <jonas@kwiboo.se>
Cc: Ondrej Jirman <megi@xff.cz>
arch/arm/dts/Makefile
arch/arm/dts/rk3588-quartzpro64-u-boot.dtsi [new file with mode: 0644]
arch/arm/dts/rk3588-quartzpro64.dts [new file with mode: 0644]
arch/arm/mach-rockchip/rk3588/Kconfig
board/pine64/quartzpro64-rk3588/Kconfig [new file with mode: 0644]
board/pine64/quartzpro64-rk3588/MAINTAINERS [new file with mode: 0644]
board/pine64/quartzpro64-rk3588/Makefile [new file with mode: 0644]
board/pine64/quartzpro64-rk3588/quartzpro64-rk3588.c [new file with mode: 0644]
configs/quartzpro64-rk3588_defconfig [new file with mode: 0644]
doc/board/rockchip/rockchip.rst
include/configs/quartzpro64-rk3588.h [new file with mode: 0644]