1/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef __POWKIDDY_X55_RK3566_H
4#define __POWKIDDY_X55_RK3566_H
5
6#include <configs/rk3568_common.h>
7
8#define ROCKCHIP_DEVICE_SETTINGS \
9 "stdout=serial,vidconsole\0" \
10 "stderr=serial,vidconsole\0"
11
12#endif