[Pdbg] [PATCH v3 4/4] dts: Add sbefifo targets to p9 cronus device tree

Amitay Isaacs amitay at ozlabs.org
Thu Oct 31 17:43:01 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..befd087 100644
--- a/p9-cronus.dts.m4
+++ b/p9-cronus.dts.m4
@@ -24,4 +24,44 @@
 		index = <0x1>;
 		system-path = "/proc1/pib";
 	};
+
+	sft0 {
+		compatible = "ibm,cronus-sbefifo-transport";
+		index = <0x0>;
+
+		sbefifo {
+			index = <0x0>;
+			compatible = "ibm,sbefifo";
+
+			sbefifo-mem {
+				compatible = "ibm,sbefifo-mem";
+				system-path = "/mem0";
+			};
+
+			sbefifo-pba {
+				compatible = "ibm,sbefifo-mem-pba";
+				system-path = "/mempba0";
+			};
+		};
+	};
+
+	sft1 {
+		compatible = "ibm,cronus-sbefifo-transport";
+		index = <0x1>;
+
+		sbefifo {
+			index = <0x1>;
+			compatible = "ibm,sbefifo";
+
+			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