multi-inno,mi0283qt.txt 892 B

123456789101112131415161718192021222324252627
  1. Multi-Inno MI0283QT display panel
  2. Required properties:
  3. - compatible: "multi-inno,mi0283qt".
  4. The node for this driver must be a child node of a SPI controller, hence
  5. all mandatory properties described in ../spi/spi-bus.txt must be specified.
  6. Optional properties:
  7. - dc-gpios: D/C pin. The presence/absence of this GPIO determines
  8. the panel interface mode (IM[3:0] pins):
  9. - present: IM=x110 4-wire 8-bit data serial interface
  10. - absent: IM=x101 3-wire 9-bit data serial interface
  11. - reset-gpios: Reset pin
  12. - power-supply: A regulator node for the supply voltage.
  13. - backlight: phandle of the backlight device attached to the panel
  14. - rotation: panel rotation in degrees counter clockwise (0,90,180,270)
  15. Example:
  16. mi0283qt@0{
  17. compatible = "multi-inno,mi0283qt";
  18. reg = <0>;
  19. spi-max-frequency = <32000000>;
  20. rotation = <90>;
  21. dc-gpios = <&gpio 25 0>;
  22. backlight = <&backlight>;
  23. };