diff options
| author | Reza Arbab <arbab@linux.ibm.com> | 2019-02-13 15:42:37 -0600 |
|---|---|---|
| committer | Stewart Smith <stewart@linux.ibm.com> | 2019-02-18 22:12:37 -0600 |
| commit | 50d1a089deef827b61be1fe0c58ff79346ff9290 (patch) | |
| tree | 47faa11914bd17131325aaa7e646834e9d828cfa /external/devicetree | |
| parent | 13926b45897b49d978c6dea770f23387df9345e0 (diff) | |
| download | talos-skiboot-50d1a089deef827b61be1fe0c58ff79346ff9290.tar.gz talos-skiboot-50d1a089deef827b61be1fe0c58ff79346ff9290.zip | |
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/devicetree')
| -rw-r--r-- | external/devicetree/p9-simics.dts | 16 |
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 00000000..bd05d09d --- /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; + }; + }; +}; |

