1 Gateworks PLD GPIO controller bindings
3 The GPIO controller should be a child node on an I2C bus,
4 see: i2c/i2c.txt for details.
7 - compatible: Should be "gateworks,pld-gpio"
8 - reg: I2C slave address
9 - gpio-controller: Marks the device node as a GPIO controller.
10 - #gpio-cells: Should be <2>. The first cell is the gpio number and
11 the second cell is used to specify optional parameters.
16 compatible = "gateworks,pld-gpio";