mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
9c1b5d163e
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>
10 lines
175 B
C
10 lines
175 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
|
|
#ifndef __QUARTZ64_RK3566_H
|
|
#define __QUARTZ64_RK3566_H
|
|
|
|
#define ROCKCHIP_DEVICE_SETTINGS
|
|
|
|
#include <configs/rk3568_common.h>
|
|
|
|
#endif
|