u-boot/include/configs/rock-5c-rk3588s.h
FUKAUMI Naoki e1661639d9 rockchip: Add support for Radxa ROCK 5C
Radxa ROCK 5C[1] is a Rockchip RK3588S2 based single board computer.

[1] https://radxa.com/products/rock5/5c

Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2025-01-10 18:56:17 -06:00

15 lines
337 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (c) 2024-2025 Radxa Computer (Shenzhen) Co., Ltd.
*/
#ifndef __ROCK_5C_RK3588S_H
#define __ROCK_5C_RK3588S_H
#define ROCKCHIP_DEVICE_SETTINGS \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"
#include <configs/rk3588_common.h>
#endif /* __ROCK_5C_RK3588S_H */