blob: ba051074bedcab201de86dc072c5281c9b07b962 [file] [log] [blame]
Andrew F. Davis615b8a92015-11-04 11:12:12 -06001* 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 };