gpio-ts4800.txt 456 B

123456789101112131415161718192021
  1. * TS-4800 FPGA's GPIO controller bindings
  2. Required properties:
  3. - compatible: Must be "technologic,ts4800-gpio".
  4. - #gpio-cells: Should be two. The first cell is the pin number.
  5. - reg: Physical base address of the controller and length
  6. of memory mapped region.
  7. Optional property:
  8. - ngpios: See "gpio.txt"
  9. Example:
  10. gpio1: gpio {
  11. compatible = "technologic,ts4800-gpio";
  12. reg = <0x10020 0x6>;
  13. ngpios = <8>;
  14. gpio-controller;
  15. #gpio-cells = <2>;
  16. };