arm64: dts: axiado: Add missing UART aliases
authorHarshit Shah <hshah@axiado.com>
Thu, 28 Aug 2025 18:27:49 +0000 (11:27 -0700)
committerArnd Bergmann <arnd@arndb.de>
Mon, 1 Sep 2025 09:33:13 +0000 (11:33 +0200)
Axiado AX3000 EVK has total of 4 UART ports. Add missing alias for uart0,
uart1, uart2.

This fixes the probe failures on the remaining UARTs.

Fixes: 1f7055779001 ("arm64: dts: axiado: Add initial support for AX3000 SoC and eval board")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Harshit Shah <hshah@axiado.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/boot/dts/axiado/ax3000-evk.dts

index 92101c5b534bfac8b463adaa1c4f0d4367d01e21..b86e969625573bf92bdd5e4435ea571dd7500de2 100644 (file)
@@ -14,6 +14,9 @@
        #size-cells = <2>;
 
        aliases {
+               serial0 = &uart0;
+               serial1 = &uart1;
+               serial2 = &uart2;
                serial3 = &uart3;
        };