mirror of https://gitee.com/openkylin/linux.git
ARM: dts: aspeed-g6: Add VUART descriptions
The AST2600 has two VUART devices. Reviewed-by: Eddie James <eajames@linux.ibm.com> Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
9ee6d17b18
commit
2aed40eeb4
|
@ -29,6 +29,8 @@ aliases {
|
|||
i2c14 = &i2c14;
|
||||
i2c15 = &i2c15;
|
||||
serial4 = &uart5;
|
||||
serial5 = &vuart1;
|
||||
serial6 = &vuart2;
|
||||
};
|
||||
|
||||
|
||||
|
@ -297,6 +299,26 @@ emmc: sdhci@1e750100 {
|
|||
};
|
||||
};
|
||||
|
||||
vuart1: serial@1e787000 {
|
||||
compatible = "aspeed,ast2500-vuart";
|
||||
reg = <0x1e787000 0x40>;
|
||||
reg-shift = <2>;
|
||||
interrupts = <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&syscon ASPEED_CLK_APB1>;
|
||||
no-loopback-test;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
vuart2: serial@1e788000 {
|
||||
compatible = "aspeed,ast2500-vuart";
|
||||
reg = <0x1e788000 0x40>;
|
||||
reg-shift = <2>;
|
||||
interrupts = <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clocks = <&syscon ASPEED_CLK_APB1>;
|
||||
no-loopback-test;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
i2c: bus@1e78a000 {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <1>;
|
||||
|
|
Loading…
Reference in New Issue