how to check the GPIO's which are available in *.dts file in linux.
Hello,
I am using terasic DE10-nano.For this i downloaded the linux BSP micro SDcard image
from this site:https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=165&No=1046&PartNo=4#contents . to boot my system.
That image file has a hardware design which has GPIO's and so on. In the dts file we able to see those GPIO's .
now we want to access these GPIO in linux . we wanted to identify them in linux so that we can set the direction as input and output.
we have checked in /sys/class/gpio folder , we could not see all these GPIOs.
we want to access all the GPIO in my c Code. Please help us to identify how shall we access these GPIO and how do i see them in Linux
The below attached image provides the GPIO informations.which are in the *.dts file*.dts
Your help is highly appreciated
With regards,
Ragul V.