How to activate FDCAN in production mode
Dear ST Community,
I'm working with fdcan on stm32mp157d-dk1, the fdcan works properly in engineering mode, but i have an issue when in production mode, I found that I have to add the fdcan to the device tree,
then I tried to compile the dts generated by CubeMx in order to activate fdcan but i'm getting an error : "syntax error
FATAL ERROR: Unable to parse input tree"
I've used the dts from this link : https://github.com/STMicroelectronics/arm-trusted-firmware/blob/v2.6-stm32mp/fdts/stm32mp15xx-dkx.dtsi#L254
and other dts from other project but i'm getting the same problem
