diff options
| author | Tom Fitzhenry <[email protected]> | 2023-10-24 01:22:22 +1100 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2023-11-09 11:19:05 +0800 |
| commit | 6761cb5bc203171cf88cdeedc54706a4e8080c24 (patch) | |
| tree | 70f1a17e5f0ef44e749f6e6ad2e373aa0b339185 /include | |
| parent | e17d174773e9ba9447596708e702b7382e47a6cf (diff) | |
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 <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Cc: Eugen Hristev <[email protected]>
Cc: Jonas Karlman <[email protected]>
Cc: Ondrej Jirman <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/quartzpro64-rk3588.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/quartzpro64-rk3588.h b/include/configs/quartzpro64-rk3588.h new file mode 100644 index 00000000000..a1faa2aad85 --- /dev/null +++ b/include/configs/quartzpro64-rk3588.h @@ -0,0 +1,14 @@ +/* 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 */ |
