[Pdbg] [PATCH 05/12] dts: Add nv targets

Amitay Isaacs amitay at ozlabs.org
Fri Mar 13 12:19:32 AEDT 2020


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 p9.dts | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 60 insertions(+)

diff --git a/p9.dts b/p9.dts
index 835c433..1a7706f 100644
--- a/p9.dts
+++ b/p9.dts
@@ -1510,6 +1510,36 @@
 					};
 				};
 			};
+
+			nv0 {
+				compatible = "ibm,power9-nv";
+				index = < 0x00 >;
+			};
+
+			nv1 {
+				compatible = "ibm,power9-nv";
+				index = < 0x01 >;
+			};
+
+			nv2 {
+				compatible = "ibm,power9-nv";
+				index = < 0x02 >;
+			};
+
+			nv3 {
+				compatible = "ibm,power9-nv";
+				index = < 0x03 >;
+			};
+
+			nv4 {
+				compatible = "ibm,power9-nv";
+				index = < 0x04 >;
+			};
+
+			nv5 {
+				compatible = "ibm,power9-nv";
+				index = < 0x05 >;
+			};
 		};
 	};
 
@@ -3021,6 +3051,36 @@
 					};
 				};
 			};
+
+			nv0 {
+				compatible = "ibm,power9-nv";
+				index = < 0x00 >;
+			};
+
+			nv1 {
+				compatible = "ibm,power9-nv";
+				index = < 0x01 >;
+			};
+
+			nv2 {
+				compatible = "ibm,power9-nv";
+				index = < 0x02 >;
+			};
+
+			nv3 {
+				compatible = "ibm,power9-nv";
+				index = < 0x03 >;
+			};
+
+			nv4 {
+				compatible = "ibm,power9-nv";
+				index = < 0x04 >;
+			};
+
+			nv5 {
+				compatible = "ibm,power9-nv";
+				index = < 0x05 >;
+			};
 		};
 	};
 };
-- 
2.24.1



More information about the Pdbg mailing list