blob: 1afc2de7a537d5a5d4b304b09c8441cc29dec220 [file] [log] [blame]
Andrew F. Davis54c928d2016-08-23 14:45:15 +03001TPIC2810 GPIO controller bindings
2
3Required 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
9Example:
10
11 gpio@60 {
12 compatible = "ti,tpic2810";
13 reg = <0x60>;
14 gpio-controller;
15 #gpio-cells = <2>;
16 };