ARM: dts: stm32: Swap USART3 and UART8 alias on STM32MP15xx DHCOM SoM

Swap USART3 and UART8 aliases on STM32MP15xx DHCOM SoM,
make sure UART8 is listed first, USART3 second, because
the UART8 is labeled as UART2 on the SoM pinout, while
USART3 is labeled as UART3 on the SoM pinout.

Fixes: 34e0c7847d ("ARM: dts: stm32: Add DH Electronics DHCOM STM32MP1 SoM and PDK2 board")
Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Marek Vasut 2024-12-13 23:36:25 +01:00 committed by Alexandre Torgue
parent ee843399b3
commit abf9b56d5d

View File

@ -15,8 +15,8 @@ aliases {
rtc0 = &hwrtc;
rtc1 = &rtc;
serial0 = &uart4;
serial1 = &usart3;
serial2 = &uart8;
serial1 = &uart8;
serial2 = &usart3;
};
chosen {