arm: dts: ast2600.dtsi: Fix typo of uart11 reg address

The uart11 reg address was a copy of the value for uart10.
Update it to the correct value.

Signed-off-by: Rebecca Cran <rebecca@os.amperecomputing.com>
This commit is contained in:
Rebecca Cran 2025-07-17 16:15:27 +00:00 committed by Tom Rini
parent 8f3820dc3a
commit a70bbc4436

View File

@ -794,7 +794,7 @@
uart11: serial@1e790500 {
compatible = "ns16550a";
reg = <0x1e790400 0x20>;
reg = <0x1e790500 0x20>;
reg-shift = <2>;
interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&scu ASPEED_CLK_GATE_UART11CLK>;