drivers: serial: add missed binding for xen dom0 consoleio driver

Add missed binding and appropriate changes for Xen Dom0/Dom0less
UART driver.

Signed-off-by: Mykola Kvach <mykola_kvach@epam.com>
This commit is contained in:
Mykola Kvach 2024-01-27 01:24:38 +02:00 committed by Anas Nashif
commit 739ec3072b
4 changed files with 11 additions and 4 deletions

View file

@ -19,7 +19,7 @@
};
xen_consoleio_hvc: hvc {
compatible = "xen,uart_hvc";
compatible = "xen,hvc-consoleio";
status = "okay";
};
};