Hi,
used tools: processor_sdk_linux_am64x_07_03_00_02 on an AM64x Eval Board
I tried to add mcu_i2c to Linux in pinmux tool for AM64x
&wkup_pmx0 {
mymcu_i2c1_pins_default: mymcu_i2c1_pins_default {
pinctrl-single,pins = <
AM64x_WKUP_IOPAD(0x0050, PIN_INPUT, 0) /* (A11) MCU_I2C1_SCL */
AM64x_WKUP_IOPAD(0x0054, PIN_INPUT, 0) /* (B10) MCU_I2C1_SDA */
>;
}
}
But if i add this pin config in k3-am642-evm.dts i get this error:
processor_sdk_linux_am64x_07_03_00_02/board-support/linux-5.4.106+gitAUTOINC+023faefa70-g023faefa70$ make ARCH=arm64 CROSS_COMPILE=aarch64-none-linux-gnu- ti/k3-am642-evm.dtb
DTC arch/arm64/boot/dts/ti/k3-am642-evm.dtb
Error: arch/arm64/boot/dts/ti/k3-am642-evm.dts:379.1-11 Label or path wkup_pmx0 not found
I don't know, why I get this error.
Thank you for your help.
Best regards,
Stefan