Home
last modified time | relevance | path

Searched refs:DT_UART_PL011_COMPAT (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/xilinx/common/include/
H A Dplat_console.h12 #define DT_UART_PL011_COMPAT "arm,pl011" macro
/rk3399_ARM-atf/plat/xilinx/common/
H A Dplat_console.c197 } else if (strncmp(info->compatible, DT_UART_PL011_COMPAT, in fdt_add_uart_info()
198 strlen(DT_UART_PL011_COMPAT)) == 0) { in fdt_add_uart_info()