Skip to content

Commit f9241fe

Browse files
Chia-Wei Wangshenki
authored andcommitted
ARM: dts: aspeed: Add uart routing to device tree
Add LPC uart routing to the device tree for Aspeed SoCs. Signed-off-by: Oskar Senft <[email protected]> Signed-off-by: Chia-Wei Wang <[email protected]> Tested-by: Lei YU <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent 9d20948 commit f9241fe

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

arch/arm/boot/dts/aspeed-g4.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,12 @@
383383
interrupts = <8>;
384384
status = "disabled";
385385
};
386+
387+
uart_routing: uart-routing@9c {
388+
compatible = "aspeed,ast2400-uart-routing";
389+
reg = <0x9c 0x4>;
390+
status = "disabled";
391+
};
386392
};
387393

388394
uart2: serial@1e78d000 {

arch/arm/boot/dts/aspeed-g5.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,12 @@
491491
#reset-cells = <1>;
492492
};
493493

494+
uart_routing: uart-routing@9c {
495+
compatible = "aspeed,ast2500-uart-routing";
496+
reg = <0x9c 0x4>;
497+
status = "disabled";
498+
};
499+
494500
lhc: lhc@a0 {
495501
compatible = "aspeed,ast2500-lhc";
496502
reg = <0xa0 0x24 0xc8 0x8>;

arch/arm/boot/dts/aspeed-g6.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,12 @@
571571
#reset-cells = <1>;
572572
};
573573

574+
uart_routing: uart-routing@98 {
575+
compatible = "aspeed,ast2600-uart-routing";
576+
reg = <0x98 0x8>;
577+
status = "disabled";
578+
};
579+
574580
ibt: ibt@140 {
575581
compatible = "aspeed,ast2600-ibt-bmc";
576582
reg = <0x140 0x18>;

0 commit comments

Comments
 (0)