/* 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 #endif /* __ROCK_5C_RK3588S_H */