Explorar o código

arm64: zynqmp: Add new ID for RFSoC

This ID is available on zc1254.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Michal Simek %!s(int64=8) %!d(string=hai) anos
pai
achega
b030fedf63
Modificáronse 1 ficheiros con 24 adicións e 0 borrados
  1. 24 0
      board/xilinx/zynqmp/zynqmp.c

+ 24 - 0
board/xilinx/zynqmp/zynqmp.c

@@ -130,6 +130,30 @@ static const struct {
 		.id = 0x59,
 		.name = "17eg",
 	},
+	{
+		.id = 0x61,
+		.name = "21dr",
+	},
+	{
+		.id = 0x63,
+		.name = "23dr",
+	},
+	{
+		.id = 0x65,
+		.name = "25dr",
+	},
+	{
+		.id = 0x64,
+		.name = "27dr",
+	},
+	{
+		.id = 0x60,
+		.name = "28dr",
+	},
+	{
+		.id = 0x62,
+		.name = "29dr",
+	},
 };
 #endif