]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: aspeed: Add IPMI BT node
authorJoel Stanley <joel@jms.id.au>
Mon, 12 Feb 2018 07:43:20 +0000 (18:13 +1030)
committerJoel Stanley <joel@jms.id.au>
Mon, 19 Feb 2018 07:29:46 +0000 (17:59 +1030)
The IPMI BT device part of the LPC interface and is used for
communication with the host processor.

Acked-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-g4.dtsi
arch/arm/boot/dts/aspeed-g5.dtsi

index b0d8431a3700378f2bd4f5b9daf97b6a952a8271..8b18176dca59162d4833450e49e68e057fbbf933 100644 (file)
@@ -247,6 +247,13 @@ lhc: lhc@20 {
                                                compatible = "aspeed,ast2400-lhc";
                                                reg = <0x20 0x24 0x48 0x8>;
                                        };
+
+                                       ibt: ibt@c0  {
+                                               compatible = "aspeed,ast2400-ibt-bmc";
+                                               reg = <0xc0 0x18>;
+                                               interrupts = <8>;
+                                               status = "disabled";
+                                       };
                                };
                        };
 
index 40de3b66c33f56ad4d8f8981c2a88f8a6d73544b..18185484a224697f1634130b4853f23905f38fda 100644 (file)
@@ -298,6 +298,13 @@ lhc: lhc@20 {
                                                compatible = "aspeed,ast2500-lhc";
                                                reg = <0x20 0x24 0x48 0x8>;
                                        };
+
+                                       ibt: ibt@c0 {
+                                               compatible = "aspeed,ast2500-ibt-bmc";
+                                               reg = <0xc0 0x18>;
+                                               interrupts = <8>;
+                                               status = "disabled";
+                                       };
                                };
                        };