summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/aspeed-g4.dtsi
diff options
context:
space:
mode:
authorJoel Stanley2018-02-12 08:43:20 +0100
committerJoel Stanley2018-02-19 08:29:46 +0100
commit75b310b770d631bea4bd00f9b8d3a8c902342fe2 (patch)
tree9c4c22f6eadad4c5019d9a0ffb00d571f3c3f27a /arch/arm/boot/dts/aspeed-g4.dtsi
parentLinux 4.16-rc2 (diff)
downloadkernel-qcow2-linux-75b310b770d631bea4bd00f9b8d3a8c902342fe2.tar.gz
kernel-qcow2-linux-75b310b770d631bea4bd00f9b8d3a8c902342fe2.tar.xz
kernel-qcow2-linux-75b310b770d631bea4bd00f9b8d3a8c902342fe2.zip
ARM: dts: aspeed: Add IPMI BT node
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>
Diffstat (limited to 'arch/arm/boot/dts/aspeed-g4.dtsi')
-rw-r--r--arch/arm/boot/dts/aspeed-g4.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-g4.dtsi b/arch/arm/boot/dts/aspeed-g4.dtsi
index b0d8431a3700..8b18176dca59 100644
--- a/arch/arm/boot/dts/aspeed-g4.dtsi
+++ b/arch/arm/boot/dts/aspeed-g4.dtsi
@@ -247,6 +247,13 @@
compatible = "aspeed,ast2400-lhc";
reg = <0x20 0x24 0x48 0x8>;
};
+
+ ibt: ibt@c0 {
+ compatible = "aspeed,ast2400-ibt-bmc";
+ reg = <0xc0 0x18>;
+ interrupts = <8>;
+ status = "disabled";
+ };
};
};