Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
What config file changes are required to add SPI ports to the config files for a custom design? For example, the below mcu SPI port is desired:
// JM 9/30
mcuspi4_pins_default: mcuspi4-default-pins {
pinctrl-single,pins = <
AM62X_MCU_IOPAD(0x0008, PIN_INPUT, 0) /* (B7) MCU_SPI4_CLK */
AM62X_MCU_IOPAD(0x0000, PIN_INPUT, 0) /* (E7) MCU_SPI4_CS0 */
AM62X_MCU_IOPAD(0x000c, PIN_INPUT, 0) /* (E8) MCU_SPI4_D0 */
AM62X_MCU_IOPAD(0x0010, PIN_INPUT, 0) /* (D8) MCU_SPI4_D1 */
>;
};
// end of 9/30