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