Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / Documentation / devicetree / bindings / gpio / gpio-tpic2810.txt
1 TPIC2810 GPIO controller bindings
2
3 Required properties:
4  - compatible           : Should be "ti,tpic2810".
5  - reg                  : The I2C address of the device
6  - gpio-controller      : Marks the device node as a GPIO controller.
7  - #gpio-cells          : Should be two. For consumer use see gpio.txt.
8
9 Example:
10
11         gpio@60 {
12                 compatible = "ti,tpic2810";
13                 reg = <0x60>;
14                 gpio-controller;
15                 #gpio-cells = <2>;
16         };