dts: xea: Enable debug UART support in XEA's SPL (DM_SERIAL)
authorLukasz Majewski <lukma@denx.de>
Fri, 19 May 2023 10:43:47 +0000 (12:43 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 11 Jul 2023 12:40:04 +0000 (14:40 +0200)
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>
arch/arm/dts/imx28-xea-u-boot.dtsi

index 9f1e261..e40a6d2 100644 (file)
        bootph-pre-ram;
 };
 
+&duart {
+       bootph-pre-ram;
+};
+
 &gpio0 {
        bootph-pre-ram;
 };