| Bindings for the Western Digital's MyBook Live memory-mapped GPIO controllers. |
| The Western Digital MyBook Live has two memory-mapped GPIO controllers. |
| Both GPIO controller only have a single 8-bit data register, where GPIO |
| state can be read and/or written. |
| - compatible: should be "wd,mbl-gpio" |
| - reg-names: must contain |
| - reg: address + size pairs describing the GPIO register sets; |
| order must correspond with the order of entries in reg-names |
| - #gpio-cells: must be set to 2. The first cell is the pin number and |
| the second cell is used to specify the gpio polarity: |
| - gpio-controller: Marks the device node as a gpio controller. |
| - no-output: GPIOs are read-only. |
| compatible = "wd,mbl-gpio"; |
| compatible = "wd,mbl-gpio"; |