| |||
| Home > Debug > Debug register descriptions > Peripheral Identification Registers | |||
The Peripheral Identification Registers provide standard information required for all components that conform to the ARM Debug Interface v5 specification. They are a set of eight registers, listed in register number order in Table 10.23.
Table 10.23. Summary of the Peripheral Identification Registers
| Register | Value | Offset |
|---|---|---|
| Peripheral ID4 | 0x04 | 0xFD0 |
| Peripheral ID5 | 0x00 | 0xFD4 |
| Peripheral ID6 | 0x00 | 0xFD8 |
| Peripheral ID7 | 0x00 | 0xFDC |
| Peripheral ID0 | 0x0F | 0xFE0 |
| Peripheral ID1 | 0xBC | 0xFE4 |
| Peripheral ID2[a] | 0x2B | 0xFE8 |
| Peripheral ID3 | 0x00 | 0xFEC |
[a] Bits [7:4] of this value match the revision field in the Debug Identification Register, see Debug ID Register. | ||
Only bits [7:0] of each Peripheral ID Register are used, with bits [31:8] reserved. Together, the eight Peripheral ID Registers define a single 64-bit Peripheral ID.
The ARM Architecture Reference Manual describes these registers.