[PATCH linux dev-4.13 1/2] ARM: dts: aspeed: Add IPMI BT node
Joel Stanley
joel at jms.id.au
Mon Jan 29 23:59:58 AEDT 2018
The IPMI BT device part of the LPC interface and is used for
communication with the host processor.
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
arch/arm/boot/dts/aspeed-g4.dtsi | 7 +++++++
arch/arm/boot/dts/aspeed-g5.dtsi | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi
index 9f2fe74a8e02..09a40bbab72c 100644
--- a/arch/arm/boot/dts/aspeed-g4.dtsi
+++ b/arch/arm/boot/dts/aspeed-g4.dtsi
@@ -246,6 +246,13 @@
reg = <0x20 0x24 0x48 0x8>;
};
+ ibt: ibt at 140 {
+ compatible = "aspeed,ast2500-ibt-bmc";
+ reg = <0x140 0x18>;
+ interrupts = <8>;
+ status = "disabled";
+ };
+
mbox: mbox at 180 {
compatible = "aspeed,ast2400-mbox";
reg = <0x180 0x5c>;
diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi
index 3dc37ec8801e..9101e8252a02 100644
--- a/arch/arm/boot/dts/aspeed-g5.dtsi
+++ b/arch/arm/boot/dts/aspeed-g5.dtsi
@@ -299,6 +299,13 @@
reg = <0x20 0x24 0x48 0x8>;
};
+ ibt: ibt at 140 {
+ compatible = "aspeed,ast2400-ibt-bmc";
+ reg = <0x140 0x18>;
+ interrupts = <8>;
+ status = "disabled";
+ };
+
mbox: mbox at 180 {
compatible = "aspeed,ast2500-mbox";
reg = <0x180 0x5c>;
--
2.15.1
More information about the openbmc
mailing list