2011-06-15 20:54:14 +00:00
|
|
|
NVIDIA Tegra 2 GPIO controller
|
|
|
|
|
|
|
|
Required properties:
|
2011-07-05 20:15:18 +00:00
|
|
|
- compatible : "nvidia,tegra20-gpio"
|
2011-06-15 20:54:14 +00:00
|
|
|
- #gpio-cells : Should be two. The first cell is the pin number and the
|
2011-07-15 05:17:13 +00:00
|
|
|
second cell is used to specify optional parameters:
|
|
|
|
- bit 0 specifies polarity (0 for normal, 1 for inverted)
|
2011-06-15 20:54:14 +00:00
|
|
|
- gpio-controller : Marks the device node as a GPIO controller.
|