Documentation/devicetree: document cavium-pip rx-delay/tx-delay properties
[deliverable/linux.git] / Documentation / devicetree / bindings / gpio / gpio-tps65086.txt
CommitLineData
615b8a96
AD
1* TPS65086 GPO Controller bindings
2
3Required properties:
4 - compatible : Should be "ti,tps65086-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
7 and the second cell is used to specify flags.
8 See ../gpio/gpio.txt for possible values.
9
10Example:
11
12 gpio4: gpio {
13 compatible = "ti,tps65086-gpio";
14 gpio-controller;
15 #gpio-cells = <2>;
16 };
This page took 0.05312 seconds and 5 git commands to generate.