gpio-moxtet.txt 493 B

123456789101112131415161718
  1. Turris Mox Moxtet GPIO expander via Moxtet bus
  2. Required properties:
  3. - compatible : Should be "cznic,moxtet-gpio".
  4. - gpio-controller : Marks the device node as a GPIO controller.
  5. - #gpio-cells : Should be two. For consumer use see gpio.txt.
  6. Other properties are required for a Moxtet bus device, please refer to
  7. Documentation/devicetree/bindings/bus/moxtet.txt.
  8. Example:
  9. moxtet_sfp: gpio@0 {
  10. compatible = "cznic,moxtet-gpio";
  11. gpio-controller;
  12. #gpio-cells = <2>;
  13. reg = <0>;
  14. }