blob: a1b19783c56058a374742476053ef76d5897b124 [file] [log] [blame]
Sebastian Kropatsch54a41022024-07-11 12:15:18 +02001/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef __NANOPI_R6S_RK3588S_H
4#define __NANOPI_R6S_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_R6S_RK3588S_H */