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

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.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 9d20948f
...@@ -383,6 +383,12 @@ ibt: ibt@140 { ...@@ -383,6 +383,12 @@ ibt: ibt@140 {
interrupts = <8>; interrupts = <8>;
status = "disabled"; status = "disabled";
}; };
uart_routing: uart-routing@9c {
compatible = "aspeed,ast2400-uart-routing";
reg = <0x9c 0x4>;
status = "disabled";
};
}; };
uart2: serial@1e78d000 { uart2: serial@1e78d000 {
......
...@@ -491,6 +491,12 @@ lpc_reset: reset-controller@98 { ...@@ -491,6 +491,12 @@ lpc_reset: reset-controller@98 {
#reset-cells = <1>; #reset-cells = <1>;
}; };
uart_routing: uart-routing@9c {
compatible = "aspeed,ast2500-uart-routing";
reg = <0x9c 0x4>;
status = "disabled";
};
lhc: lhc@a0 { lhc: lhc@a0 {
compatible = "aspeed,ast2500-lhc"; compatible = "aspeed,ast2500-lhc";
reg = <0xa0 0x24 0xc8 0x8>; reg = <0xa0 0x24 0xc8 0x8>;
......
...@@ -571,6 +571,12 @@ lpc_reset: reset-controller@98 { ...@@ -571,6 +571,12 @@ lpc_reset: reset-controller@98 {
#reset-cells = <1>; #reset-cells = <1>;
}; };
uart_routing: uart-routing@98 {
compatible = "aspeed,ast2600-uart-routing";
reg = <0x98 0x8>;
status = "disabled";
};
ibt: ibt@140 { ibt: ibt@140 {
compatible = "aspeed,ast2600-ibt-bmc"; compatible = "aspeed,ast2600-ibt-bmc";
reg = <0x140 0x18>; reg = <0x140 0x18>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment