Part Number: PROCESSOR-SDK-AM65X
Hi,
I am trying to call some gpio APIs from U-boot file as below.
/* Modification is done in U-boot file "am6_init.c" */
gpio_request();
gpio_direction_output(240, 1); // here 240 is gpio1_88
But i am not getting any expected result.
Regards,
Shadab