aboutsummaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorReza Arbab <arbab@linux.ibm.com>2019-02-13 15:42:37 -0600
committerStewart Smith <stewart@linux.ibm.com>2019-02-18 22:12:37 -0600
commit50d1a089deef827b61be1fe0c58ff79346ff9290 (patch)
tree47faa11914bd17131325aaa7e646834e9d828cfa /external
parent13926b45897b49d978c6dea770f23387df9345e0 (diff)
downloadskiboot-50d1a089deef827b61be1fe0c58ff79346ff9290.zip
skiboot-50d1a089deef827b61be1fe0c58ff79346ff9290.tar.gz
skiboot-50d1a089deef827b61be1fe0c58ff79346ff9290.tar.bz2
devicetree: Add p9-simics.dts
Add a p9-based devicetree that's suitable for use with Simics. Signed-off-by: Reza Arbab <arbab@linux.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'external')
-rw-r--r--external/devicetree/p9-simics.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/external/devicetree/p9-simics.dts b/external/devicetree/p9-simics.dts
new file mode 100644
index 0000000..bd05d09
--- /dev/null
+++ b/external/devicetree/p9-simics.dts
@@ -0,0 +1,16 @@
+/include/ "p9.dts"
+
+/ {
+ simics {
+ };
+
+ /*
+ * This isn't part of our Simics model (yet).
+ * [system_cmp0.cosimulator error] write error to physical address 0x60300d00100e6
+ */
+ lpcm-opb@6030000000000 {
+ lpc@f0000000 {
+ /delete-node/ ipmi@ie4;
+ };
+ };
+};