summaryrefslogtreecommitdiffstats
path: root/p8-i2c.dts.m4
diff options
context:
space:
mode:
authorAlistair Popple <alistair@popple.id.au>2018-05-23 11:20:25 +1000
committerAlistair Popple <alistair@popple.id.au>2018-05-23 11:20:25 +1000
commitfadb79062d471cbac965c066fa50e0eb91e3be42 (patch)
treec066537bc7fa6a588cead81ce050cbed3942c62e /p8-i2c.dts.m4
parent8ea44200a42c5ed6761039360ed0c618ac89bf35 (diff)
downloadpdbg-fadb79062d471cbac965c066fa50e0eb91e3be42.tar.gz
pdbg-fadb79062d471cbac965c066fa50e0eb91e3be42.zip
p8: Add support for second processor on Firestone
The second processor module on Firestone is connected to a different HMFSI port than Garrison. In theory we should/could probe every HMFSI port but for simplicitly we really only need to probe the ones that we know to actually be in use on various systems so just add the port used by Firestone. Signed-off-by: Alistair Popple <alistair@popple.id.au>
Diffstat (limited to 'p8-i2c.dts.m4')
-rw-r--r--p8-i2c.dts.m416
1 files changed, 16 insertions, 0 deletions
diff --git a/p8-i2c.dts.m4 b/p8-i2c.dts.m4
index 1e794bf..35dcbd2 100644
--- a/p8-i2c.dts.m4
+++ b/p8-i2c.dts.m4
@@ -36,6 +36,22 @@
include(p8-pib.dts.m4)dnl
};
};
+
+ hmfsi@180000 {
+ compatible = "ibm,power8-opb-hmfsi";
+ reg = <0x180000 0x80000>;
+ port = <0x2>;
+ index = <0x2>;
+
+ pib@1000 {
+ #address-cells = <0x2>;
+ #size-cells = <0x1>;
+ reg = <0x0 0x1000 0x7>;
+ compatible = "ibm,fsi-pib", "ibm,power8-fsi-pib";
+ index = <0x2>;
+ include(p8-pib.dts.m4)dnl
+ };
+ };
};
};
};
OpenPOWER on IntegriCloud