mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 18:10:13 +00:00
6761cb5bc2
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>
14 lines
307 B
C
14 lines
307 B
C
/* SPDX-License-Identifier: GPL-2.0+
|
|
* Copyright 2023 Google, Inc
|
|
*/
|
|
|
|
#ifndef __QUARTZPRO64_RK3588_H
|
|
#define __QUARTZPRO64_RK3588_H
|
|
|
|
#define ROCKCHIP_DEVICE_SETTINGS \
|
|
"stdout=serial,vidconsole\0" \
|
|
"stderr=serial,vidconsole\0"
|
|
|
|
#include <configs/rk3588_common.h>
|
|
|
|
#endif /* __QUARTZPRO64_RK3588_H */
|