Hi,
Customer asks for PINMUX control related with "YIN7~YIN4 / SPI3" in DM368. Please give your kind answer.
1. They want to replace Y Input (YIN7~4) with SPI3, and to use Y Input (YIN3~0) as it is. Is it possible?
2. So, they tried to control the PINMUX like below but they're not seeing SCLK(YIN7) in the SPI3 yet. Please correct it or let me know if need additional setting.
pmux0 = davinci_readl(PINMUX0);
pmux0 = pmux0 & 0xffffff00;
pmux0 = pmux0 | 0x99;
gpio_direction_output(103, 1);
gpio_direction_output(102, 1);
gpio_direction_output(101, 1);
gpio_direction_input(100);
Thank you.
Best Regards,
Sam Lee
Did you get wanted result?