I am trying to use the DEY-5.0 BSP on our CC8X SBC Pro, and am getting the following error with MCA-UART.
mca-uart mca-som-uart: UART is not supported in MCA firmware v1.02.
Looking at linux/drivers/mfd/mca-core.c at v6.6/nxp/dey-5.0/maint · digi-embedded/linux · GitHub, it seems like it is checking if the version is either >= 1.13 or 1.19 - but the latest MCA firmware is version 1.02.
We have previously used the MCA-UART with an older BSP on v1.00, so it seems like this is a bug in the driver?
Any support you can provide would be appreciated.