1TPIC2810 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 }; 17