summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--p8-fsi.dts.m416
-rw-r--r--p8-i2c.dts.m416
2 files changed, 32 insertions, 0 deletions
diff --git a/p8-fsi.dts.m4 b/p8-fsi.dts.m4
index 7b004ac..c92bffc 100644
--- a/p8-fsi.dts.m4
+++ b/p8-fsi.dts.m4
@@ -46,5 +46,21 @@
};
};
+
+ 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
+ };
+ };
};
};
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