1*c66ec88fSEmmanuel VadotTPIC2810 GPIO controller bindings 2*c66ec88fSEmmanuel Vadot 3*c66ec88fSEmmanuel VadotRequired properties: 4*c66ec88fSEmmanuel Vadot - compatible : Should be "ti,tpic2810". 5*c66ec88fSEmmanuel Vadot - reg : The I2C address of the device 6*c66ec88fSEmmanuel Vadot - gpio-controller : Marks the device node as a GPIO controller. 7*c66ec88fSEmmanuel Vadot - #gpio-cells : Should be two. For consumer use see gpio.txt. 8*c66ec88fSEmmanuel Vadot 9*c66ec88fSEmmanuel VadotExample: 10*c66ec88fSEmmanuel Vadot 11*c66ec88fSEmmanuel Vadot gpio@60 { 12*c66ec88fSEmmanuel Vadot compatible = "ti,tpic2810"; 13*c66ec88fSEmmanuel Vadot reg = <0x60>; 14*c66ec88fSEmmanuel Vadot gpio-controller; 15*c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 16*c66ec88fSEmmanuel Vadot }; 17