Peter Robinson | 0b437a0 | 2022-12-31 09:24:00 +0000 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Copyright (C) 2016 Rockchip Electronics Co., Ltd |
| 4 | * Copyright (C) 2022 Peter Robinson <pbrobinson at gmail.com> |
| 5 | */ |
| 6 | |
| 7 | #ifndef __PINEPHONE_PRO_RK3399_H |
| 8 | #define __PINEPHONE_PRO_RK3399_H |
| 9 | |
| 10 | #define ROCKCHIP_DEVICE_SETTINGS \ |
| 11 | "stdin=serial,usbkbd\0" \ |
| 12 | "stdout=serial,vidconsole\0" \ |
| 13 | "stderr=serial,vidconsole\0" |
| 14 | |
| 15 | #include <configs/rk3399_common.h> |
| 16 | |
Peter Robinson | 0b437a0 | 2022-12-31 09:24:00 +0000 | [diff] [blame] | 17 | #endif |