gpio-tpic2810.txt 380 B

1234567891011121314151617
  1. TPIC2810 GPIO controller bindings
  2. Required properties:
  3. - compatible : Should be "ti,tpic2810".
  4. - reg : The I2C address of the device
  5. - gpio-controller : Marks the device node as a GPIO controller.
  6. - #gpio-cells : Should be two. For consumer use see gpio.txt.
  7. Example:
  8. gpio@60 {
  9. compatible = "ti,tpic2810";
  10. reg = <0x60>;
  11. gpio-controller;
  12. #gpio-cells = <2>;
  13. };