Tool/software: WEBENCH® Design Tools
Hi sir,
I am using AM5728 custom board through SPI3 pins i have connected GS2961A device?
Actually in board_support\u-boot-*\board\ti\am57xx\mux_data.h file added
const struct pad_conf_entry core_padconf_array_essential_x15[] = {
{SPI3_SCLK, (M14 | PIN_INPUT_PULLDOWN)}, /* spi3_sclk.gpio7_14 */
{SPI3_D1, (M14 | PIN_INPUT_SLEW)}, /* spi3_d1.gpio7_15 */
{SPI3_D0, (M14 | PIN_INPUT_PULLUP | SLEWCONTROL)}, /* spi3_d0.gpio7_16 */
{SPI3_CS0, (M14 | PIN_INPUT_PULLUP | SLEWCONTROL)}, /* spi3_cs0.gpio7_17 */
}
but in below things what are the three values one is inside register data and other two things and where is the address?
const struct iodelay_cfg_entry iodelay_cfg_array_x15_sr1_1[] = {
}
After that how to add gs2961A driver to u-boot?
Thanking you,
Regards,
Ramachadra.