moxa,moxart-gpio.txt 429 B

12345678910111213141516171819
  1. MOXA ART GPIO Controller
  2. Required properties:
  3. - #gpio-cells : Should be 2, The first cell is the pin number,
  4. the second cell is used to specify polarity:
  5. 0 = active high
  6. 1 = active low
  7. - compatible : Must be "moxa,moxart-gpio"
  8. - reg : Should contain registers location and length
  9. Example:
  10. gpio: gpio@98700000 {
  11. gpio-controller;
  12. #gpio-cells = <2>;
  13. compatible = "moxa,moxart-gpio";
  14. reg = <0x98700000 0xC>;
  15. };