mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-19 16:31:27 +01:00
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:
parent
8f3820dc3a
commit
a70bbc4436
@ -794,7 +794,7 @@
|
|||||||
|
|
||||||
uart11: serial@1e790500 {
|
uart11: serial@1e790500 {
|
||||||
compatible = "ns16550a";
|
compatible = "ns16550a";
|
||||||
reg = <0x1e790400 0x20>;
|
reg = <0x1e790500 0x20>;
|
||||||
reg-shift = <2>;
|
reg-shift = <2>;
|
||||||
interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
clocks = <&scu ASPEED_CLK_GATE_UART11CLK>;
|
clocks = <&scu ASPEED_CLK_GATE_UART11CLK>;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user