diff options
author | Joel Stanley <joel@jms.id.au> | 2019-10-02 19:53:25 +0930 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2019-11-01 15:33:19 +1030 |
commit | 2aed40eeb446ed92ddc2e47587335459c73ad419 (patch) | |
tree | bd35a5f8aeb877f531e64cbdf40260a3aa72f504 /arch/arm/boot/dts/aspeed-g6.dtsi | |
parent | 9ee6d17b18804fabe8ed879e13843f755d9e59f9 (diff) | |
download | talos-op-linux-2aed40eeb446ed92ddc2e47587335459c73ad419.tar.gz talos-op-linux-2aed40eeb446ed92ddc2e47587335459c73ad419.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-g6.dtsi')
-rw-r--r-- | arch/arm/boot/dts/aspeed-g6.dtsi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed-g6.dtsi index 30542945a386..736b4f88a3ad 100644 --- a/arch/arm/boot/dts/aspeed-g6.dtsi +++ b/arch/arm/boot/dts/aspeed-g6.dtsi @@ -29,6 +29,8 @@ i2c14 = &i2c14; i2c15 = &i2c15; serial4 = &uart5; + serial5 = &vuart1; + serial6 = &vuart2; }; @@ -297,6 +299,26 @@ }; }; + 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>; |