summaryrefslogtreecommitdiffstats
path: root/doc/device-tree
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-08-09 16:38:13 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-08-11 19:54:22 +1000
commitc8fc681aa2ed5dc5584518d213eeecb2eef7b22c (patch)
treeac312aa93b378d62a143e774b57723120334c707 /doc/device-tree
parentbc8817ede97fde4bc4f1cabd5ea9794d21571098 (diff)
downloadblackbird-skiboot-c8fc681aa2ed5dc5584518d213eeecb2eef7b22c.tar.gz
blackbird-skiboot-c8fc681aa2ed5dc5584518d213eeecb2eef7b22c.zip
platform: Add BT to Generic platform
Instantiate if if it's in the device-tree... Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/device-tree')
-rw-r--r--doc/device-tree/examples/power9-phb4.dts6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/device-tree/examples/power9-phb4.dts b/doc/device-tree/examples/power9-phb4.dts
index e5743f37..8da1cbc4 100644
--- a/doc/device-tree/examples/power9-phb4.dts
+++ b/doc/device-tree/examples/power9-phb4.dts
@@ -192,6 +192,12 @@
clock-frequency = < 1843200 >;
interrupts = <4>;
};
+
+ impi@ie4 {
+ compatible = "ipmi-bt";
+ reg = < 1 0xe4 0x3 >;
+ interrupts = <10>;
+ };
};
};
OpenPOWER on IntegriCloud