Searched refs:DT_UART_DCC_COMPAT (Results 1 – 2 of 2) sorted by relevance
10 #define DT_UART_DCC_COMPAT "arm,dcc" macro
280 } 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()