Commit f9241fe8 authored by Chia-Wei Wang's avatar Chia-Wei Wang Committed by Joel Stanley
Browse files

ARM: dts: aspeed: Add uart routing to device tree



Add LPC uart routing to the device tree for Aspeed SoCs.

Signed-off-by: default avatarOskar Senft <osk@google.com>
Signed-off-by: default avatarChia-Wei Wang <chiawei_wang@aspeedtech.com>
Tested-by: default avatarLei YU <yulei.sh@bytedance.com>
Link: https://lore.kernel.org/r/20210927023053.6728-6-chiawei_wang@aspeedtech.com


Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 9d20948f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -383,6 +383,12 @@ ibt: ibt@140 {
					interrupts = <8>;
					status = "disabled";
				};

				uart_routing: uart-routing@9c {
					compatible = "aspeed,ast2400-uart-routing";
					reg = <0x9c 0x4>;
					status = "disabled";
				};
			};

			uart2: serial@1e78d000 {
+6 −0
Original line number Diff line number Diff line
@@ -491,6 +491,12 @@ lpc_reset: reset-controller@98 {
					#reset-cells = <1>;
				};

				uart_routing: uart-routing@9c {
					compatible = "aspeed,ast2500-uart-routing";
					reg = <0x9c 0x4>;
					status = "disabled";
				};

				lhc: lhc@a0 {
					compatible = "aspeed,ast2500-lhc";
					reg = <0xa0 0x24 0xc8 0x8>;
+6 −0
Original line number Diff line number Diff line
@@ -571,6 +571,12 @@ lpc_reset: reset-controller@98 {
					#reset-cells = <1>;
				};

				uart_routing: uart-routing@98 {
					compatible = "aspeed,ast2600-uart-routing";
					reg = <0x98 0x8>;
					status = "disabled";
				};

				ibt: ibt@140 {
					compatible = "aspeed,ast2600-ibt-bmc";
					reg = <0x140 0x18>;