/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2019 Vasily Khoruzhick */ #ifndef __ROCKPRO64_RK3399_H #define __ROCKPRO64_RK3399_H #define ROCKCHIP_DEVICE_SETTINGS \ "stdin=serial,usbkbd\0" \ "stdout=serial,vidconsole\0" \ "stderr=serial,vidconsole\0" #include #endif