]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: aspeed: Add AST2600 VUARTs
authorJoel Stanley <joel@jms.id.au>
Tue, 20 Jun 2023 04:22:57 +0000 (13:52 +0930)
committerJoel Stanley <joel@jms.id.au>
Thu, 10 Aug 2023 12:03:53 +0000 (21:33 +0930)
The AST2600 has two more vuarts, placed between the existing two in the
memory map.

Link: https://lore.kernel.org/r/20230620042257.73665-1-joel@jms.id.au
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed/aspeed-g6.dtsi

index 172dd748d8076ef98afd319b45a41bb022473811..c4d1faade8be33d52c91f797f3fedaa0b22566a2 100644 (file)
                                status = "disabled";
                        };
 
+                       vuart3: serial@1e787800 {
+                               compatible = "aspeed,ast2500-vuart";
+                               reg = <0x1e787800 0x40>;
+                               reg-shift = <2>;
+                               interrupts = <GIC_SPI 180 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&syscon ASPEED_CLK_APB2>;
+                               no-loopback-test;
+                               status = "disabled";
+                       };
+
                        vuart2: serial@1e788000 {
                                compatible = "aspeed,ast2500-vuart";
                                reg = <0x1e788000 0x40>;
                                status = "disabled";
                        };
 
+                       vuart4: serial@1e788800 {
+                               compatible = "aspeed,ast2500-vuart";
+                               reg = <0x1e788800 0x40>;
+                               reg-shift = <2>;
+                               interrupts = <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&syscon ASPEED_CLK_APB2>;
+                               no-loopback-test;
+                               status = "disabled";
+                       };
+
                        uart2: serial@1e78d000 {
                                compatible = "ns16550a";
                                reg = <0x1e78d000 0x20>;