cirrus,clps711x-mctrl-gpio.txt 511 B

1234567891011121314151617
  1. * ARM Cirrus Logic CLPS711X SYSFLG1 MCTRL GPIOs
  2. Required properties:
  3. - compatible: Should contain "cirrus,clps711x-mctrl-gpio".
  4. - gpio-controller: Marks the device node as a gpio controller.
  5. - #gpio-cells: Should be two. The first cell is the pin number and
  6. the second cell is used to specify the gpio polarity:
  7. 0 = Active high,
  8. 1 = Active low.
  9. Example:
  10. sysgpio: sysgpio {
  11. compatible = "cirrus,ep7312-mctrl-gpio",
  12. "cirrus,clps711x-mctrl-gpio";
  13. gpio-controller;
  14. #gpio-cells = <2>;
  15. };