Hi,
We are working on different codebase.
Can you check if 0x50300 we got from RDB2 is correct or not?
If not, what version can we get?
/* Get PFE Version */
pfe.pfe_version = *(uint32_t*)(void*)((addr_t)pfe.cbus_baseaddr + CBUS_GLOBAL_CSR_BASE_ADDR + WSP_VERSION);
NXP_LOG_INFO("HW version 0x%x\n", (uint_t)pfe.pfe_version);