Sebastian Kropatsch | e429753 | 2024-07-11 12:15:17 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | |||||
3 | #ifndef __NANOPI_R6C_RK3588S_H | ||||
4 | #define __NANOPI_R6C_RK3588S_H | ||||
5 | |||||
6 | #define ROCKCHIP_DEVICE_SETTINGS \ | ||||
7 | "stdout=serial,vidconsole\0" \ | ||||
8 | "stderr=serial,vidconsole\0" | ||||
9 | |||||
10 | #include <configs/rk3588_common.h> | ||||
11 | |||||
12 | #endif /* __NANOPI_R6C_RK3588S_H */ |