1 /* 2 * Copyright (c) 2017, Linaro Limited 3 * SPDX-License-Identifier: BSD-2-Clause 4 */ 5 6 #ifndef __HI3798cv200_H__ 7 #define __HI3798cv200_H__ 8 9 /* PL011 */ 10 #define PL011_UART0_BASE (0xF8B00000) 11 #define PL011_BAUDRATE (115200) 12 #define PL011_UART0_CLK_IN_HZ (75000000) 13 14 #endif /* __HI3798cv200_H__ */ 15