Hi,all
What is the corresponding GPIO number of gpio0-gpio14 of the emmc core board(B01)? Because I need to control GPIO, what are the corresponding numbers of gpio0-gpio14
for example:
I need control the gpio03,I want to pull up or pull down the gpio03,
I use the gpio_set_value(gpio03,1) to pull up, what is the number corresponding to gpio03?
so I need the map table for gpio00-gpio14,
I use the commod “cat /sys/kernel/debug/gpio”
the number of gpio09 is 216,so i can pull up the gpio09 to use gpio_set_value(216,1)