Documentation/devicetree: document cavium-pip rx-delay/tx-delay properties
[deliverable/linux.git] / Documentation / devicetree / bindings / gpio / cirrus,clps711x-mctrl-gpio.txt
CommitLineData
6a8a0c1d
AS
1* ARM Cirrus Logic CLPS711X SYSFLG1 MCTRL GPIOs
2
3Required properties:
4- compatible: Should contain "cirrus,clps711x-mctrl-gpio".
5- gpio-controller: Marks the device node as a gpio controller.
6- #gpio-cells: Should be two. The first cell is the pin number and
7 the second cell is used to specify the gpio polarity:
8 0 = Active high,
9 1 = Active low.
10
11Example:
12 sysgpio: sysgpio {
13 compatible = "cirrus,ep7312-mctrl-gpio",
14 "cirrus,clps711x-mctrl-gpio";
15 gpio-controller;
16 #gpio-cells = <2>;
17 };
This page took 0.129051 seconds and 5 git commands to generate.