Hi,
I have followed the steps on how to create a custom board for the nRF5340 according to the documentation here -> https://docs.zephyrproject.org/latest/hardware/porting/board_porting.html
Basically, I have copied the DevKit board folder and modified the files containing the pin definitions.
I am now in the process of making a new board, and want to use the board revisioning stuff as also shown in the Zephyr documentation. However, since there is only one overlay file, and the nRF5340 has 2 processors I run into the problem that I don't know for which processor the overlay is valid. To me it does not seem that Zephyr has support for this (yet). Any thoughts or suggestions?
Best regards,
Geir