Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/xilinx/common/include/
Dplat_console.h10 #define DT_UART_DCC_COMPAT "arm,dcc" macro
/trusted-firmware-a-latest/plat/xilinx/common/
Dplat_console.c280 } else if (strncmp(uart_info->compatible, DT_UART_DCC_COMPAT, in runtime_console_init()
281 strlen(DT_UART_DCC_COMPAT)) == 0) { in runtime_console_init()