GPIO device files

I’m starting to work with the Connect ME 9210 with Linux and I’m a litle dummy.
Does anyone know how to make de necesary device files to use the GPIO’s in a Connect ME 9210?
What are the Mayor / Minor numbers for each available I/O ?
Thanks for any help.
Carlos

The major number for the gpio driver is 250.
The minor identifies the processor gpio being used, and depends on the ones you decide to create with mknod.

Some device nodes are automatically created by the boot scripts. These are platform dependant. The files containing the nodes are located under /etc/makedevs.d/ and the platform file.

Keep in mind that to use the gpio driver you need to load before the gpio module. Follow the steps described in the documentation.

pperez,
I got it. Thankyou for your help.