Commit c613a660 authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu Committed by Jolly Shah
Browse files

arm64: zynqmp: Add idcodes for new RFSoC silicons ZU48DR and ZU49DR



Add support for zu48dr and zu49dr to the list of zynqmp devices. The
zu48dr and zu49dr are the new RFSoC silicons with id values of 0x7b
and 0x7e.
Signed-off-by: default avatarVenkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com>
Signed-off-by: default avatarJolly Shah <jolly.shah@xilinx.com>
Change-Id: I2978f16bb663853951ef8059bf0327f909447f34
parent 345a85ae
......@@ -193,6 +193,14 @@ static const struct {
.id = 0x66,
.name = "39DR",
},
{
.id = 0x7b,
.name = "48DR",
},
{
.id = 0x7e,
.name = "49DR",
},
};
#define ZYNQMP_PL_STATUS_BIT 9
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment