summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/ipmi/aspeed,ast2400-ibt-bmc.txt
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-01-10 08:24:10 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-01-10 08:48:45 +0100
commitf26c2f4f622182dc79dee970b6fb18370f91d969 (patch)
treebcf0ec6a00879ac5fa613476512c2fe6449dfd1a /dts/Bindings/ipmi/aspeed,ast2400-ibt-bmc.txt
parent68bc78479572ddfab9be02ecf0b886c1ce301cbd (diff)
downloadbarebox-f26c2f4f622182dc79dee970b6fb18370f91d969.tar.gz
barebox-f26c2f4f622182dc79dee970b6fb18370f91d969.tar.xz
dts: update to v4.9-rc6
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/Bindings/ipmi/aspeed,ast2400-ibt-bmc.txt')
-rw-r--r--dts/Bindings/ipmi/aspeed,ast2400-ibt-bmc.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/dts/Bindings/ipmi/aspeed,ast2400-ibt-bmc.txt b/dts/Bindings/ipmi/aspeed,ast2400-ibt-bmc.txt
new file mode 100644
index 0000000000..6f28969af9
--- /dev/null
+++ b/dts/Bindings/ipmi/aspeed,ast2400-ibt-bmc.txt
@@ -0,0 +1,23 @@
+* Aspeed BT (Block Transfer) IPMI interface
+
+The Aspeed SOCs (AST2400 and AST2500) are commonly used as BMCs
+(BaseBoard Management Controllers) and the BT interface can be used to
+perform in-band IPMI communication with their host.
+
+Required properties:
+
+- compatible : should be "aspeed,ast2400-ibt-bmc"
+- reg: physical address and size of the registers
+
+Optional properties:
+
+- interrupts: interrupt generated by the BT interface. without an
+ interrupt, the driver will operate in poll mode.
+
+Example:
+
+ ibt@1e789140 {
+ compatible = "aspeed,ast2400-ibt-bmc";
+ reg = <0x1e789140 0x18>;
+ interrupts = <8>;
+ };