dts: xea: Enable debug UART support in XEA's SPL (DM_SERIAL)

After enabling DM_SERIAL for XEA board, the same serial shall be used
in the SPL (with SPL_OF_PLATDATA support).

Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
Lukasz Majewski 2023-05-19 12:43:47 +02:00 committed by Stefano Babic
parent 9c2eefaf0d
commit 9a1efecb2c

View File

@ -34,6 +34,10 @@
bootph-pre-ram; bootph-pre-ram;
}; };
&duart {
bootph-pre-ram;
};
&gpio0 { &gpio0 {
bootph-pre-ram; bootph-pre-ram;
}; };