Other Parts Discussed in Thread: SYSCONFIG, AM62L
Tool/software:
Hi Team,
While working on the AM62L3 platform and generating pin configurations using the SysConfig tool, I observed that the wkup_i2c
and wkup_uart
peripherals are listed under a separate section called mcu_pmx
, indicating they belong to the MCU domain pinmux. However, when referring to the k3-am62l3-evm.dts
file in the TI SDK, I noticed that the pin configurations for these peripherals are placed under the &pmx
node, which typically refers to the main domain pinmux controller. This creates some confusion regarding which domain—pmx
or mcu_pmx
—should be used when adding pinctrl entries for wkup_i2c
and wkup_uart
in the device tree. Could you please confirm the correct domain for these peripherals and clarify whether the usage of &pmx
in the EVM DTS is intentional or if these should ideally be placed under mcu_pmx
as per the SysConfig output? Understanding this mapping clearly will help ensure that our custom board's pin configurations are applied correctly.
Regards,
Dheeraj K