[dwuart] Add "ns16550a" compatible device ID

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2025-06-23 15:10:27 +01:00
parent d1823eb677
commit 5d9f20bbd6

View File

@@ -108,6 +108,7 @@ static void dwuart_remove ( struct dt_device *dt ) {
/** DesignWare UART compatible model identifiers */
static const char * dwuart_ids[] = {
"snps,dw-apb-uart",
"ns16550a",
};
/** DesignWare UART devicetree driver */