This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM62A7: About the MCU_MCAN node DTS issue

Part Number: AM62A7

Hi TI Team,

The link at https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/09_00_01/exports/docs/linux/How_to_Guides/Target/How_to_test_MCAN_on_AM62x.html#enable-mcu-mcans-on-am62ax provides instructions on enabling MCU MCANs on AM62ax. However, there seems to be some bugs in the guide, which causes a conflict when using mcu_mcan1 as there is already mcu_mcan0 and mcu_mcan1 defined in SDK9.0 (version: 09_00_01_03) in the k3-am62a-mcu.dtsi source code, and the guide adds mcu_mcan1 and mcu_mcan2.

//source code  .dtsi

//TI DOC

If I delete the source code's mcu_mcan0 and mcu_mcan1 and replace them with the guide's mcu_mcan1 and mcu_mcan2, when running the board, it will report errors.

If I keep mcu_mcan0 and mcu_mcan1 in the source code unchanged and modify the guide's mcu_mcan1 and mcu_mcan2 to mcu_mcan2 and mcu_mcan3, respectively, and add them to the source code k3-am62a-mcu.dtsi, there will be a failure in CAN node registration.

Is it possible for TI to fix this bug and make an update in the future?

Best Regards,

Daohong