ARM: dts: moxart: align UART node name with bindings

Bindings expect UART/serial node names to be "serial".

Link: https://lore.kernel.org/r/20230123151525.369255-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
Krzysztof Kozlowski
2023-01-23 16:15:25 +01:00
parent 79a5b931a2
commit 6fd6759567

View File

@@ -138,7 +138,7 @@ mac1: mac@92000000 {
status = "disabled";
};
uart0: uart@98200000 {
uart0: serial@98200000 {
compatible = "ns16550a";
reg = <0x98200000 0x20>;
interrupts = <31 IRQ_TYPE_LEVEL_HIGH>;