I want to use the CAN interfaces can0, can1, can2 and can3 from Linux user space and hence want hardcode the IDs.
Currently based on the probe sequence from the Kernel, these get assigned randomly.
I tried using aliases in the Kernel Device Tree, but this doesn't help.
aliases {
can0 = &main_mcan16;
can1 = &mcu_mcan0;
can2 = &mcu_mcan1;
can6 = &main_mcan6;
can7 = &main_mcan7;
};