mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-14 08:27:00 +02:00
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: Venkatesh Yadav Abbarapu <venkatesh.abbarapu@xilinx.com> Signed-off-by: Jolly Shah <jolly.shah@xilinx.com> Change-Id: I2978f16bb663853951ef8059bf0327f909447f34
This commit is contained in:
parent
345a85aef4
commit
c613a6602e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user