ilitek,ili9225.txt 721 B

12345678910111213141516171819202122232425
  1. Ilitek ILI9225 display panels
  2. This binding is for display panels using an Ilitek ILI9225 controller in SPI
  3. mode.
  4. Required properties:
  5. - compatible: "vot,v220hf01a-t", "ilitek,ili9225"
  6. - rs-gpios: Register select signal
  7. - reset-gpios: Reset pin
  8. The node for this driver must be a child node of a SPI controller, hence
  9. all mandatory properties described in ../spi/spi-bus.txt must be specified.
  10. Optional properties:
  11. - rotation: panel rotation in degrees counter clockwise (0,90,180,270)
  12. Example:
  13. display@0{
  14. compatible = "vot,v220hf01a-t", "ilitek,ili9225";
  15. reg = <0>;
  16. spi-max-frequency = <12000000>;
  17. rs-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
  18. reset-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
  19. rotation = <270>;
  20. };