[Pdbg] [PATCH v4 4/4] dts: Add sbefifo targets to p9 cronus device tree
Amitay Isaacs
amitay at ozlabs.org
Thu Nov 7 13:32:49 AEDT 2019
Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
p9-cronus.dts.m4 | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/p9-cronus.dts.m4 b/p9-cronus.dts.m4
index 2221a68..b9173b2 100644
--- a/p9-cronus.dts.m4
+++ b/p9-cronus.dts.m4
@@ -24,4 +24,44 @@
index = <0x1>;
system-path = "/proc1/pib";
};
+
+ sbefifo0 {
+ index = <0x0>;
+ compatible = "ibm,cronus-sbefifo";
+
+ sbefifo-chipop {
+ compatible = "ibm,sbefifo-chipop";
+ index = <0x0>;
+ };
+
+ sbefifo-mem {
+ compatible = "ibm,sbefifo-mem";
+ system-path = "/mem0";
+ };
+
+ sbefifo-pba {
+ compatible = "ibm,sbefifo-mem-pba";
+ system-path = "/mempba0";
+ };
+ };
+
+ sbefifo1 {
+ index = <0x1>;
+ compatible = "ibm,cronus-sbefifo";
+
+ sbefifo-chipop {
+ compatible = "ibm,sbefifo-chipop";
+ index = <0x1>;
+ };
+
+ sbefifo-mem {
+ compatible = "ibm,sbefifo-mem";
+ system-path = "/mem1";
+ };
+
+ sbefifo-pba {
+ compatible = "ibm,sbefifo-mem-pba";
+ system-path = "/mempba1";
+ };
+ };
};
--
2.21.0
More information about the Pdbg
mailing list