DW3220 Device ID

I am reading a device ID of 0xDECA0300 for a DW3220. Is there any documentation for what the device ID should be for different part numbers. The data sheet or user manual does not list this information?

Section 8.2.2.1 of the user manual details this.
16 bit manufacturer ID (0xDECA), 8 bit model (0x03 for DW3000 parts), 4 bit version (0 for single antenna, 1 for dual antenna), 4 bit revision number
.

I had an issue with my SPI recieve buffer overrunning, I am now getting 0xDECA0312 which is correct. Thanks for pointing out the user manual section for this information.