orisetech,otm8009a.txt 654 B

1234567891011121314151617181920212223
  1. Orise Tech OTM8009A 3.97" 480x800 TFT LCD panel (MIPI-DSI video mode)
  2. The Orise Tech OTM8009A is a 3.97" 480x800 TFT LCD panel connected using
  3. a MIPI-DSI video interface. Its backlight is managed through the DSI link.
  4. Required properties:
  5. - compatible: "orisetech,otm8009a"
  6. - reg: the virtual channel number of a DSI peripheral
  7. Optional properties:
  8. - reset-gpios: a GPIO spec for the reset pin (active low).
  9. - power-supply: phandle of the regulator that provides the supply voltage.
  10. Example:
  11. &dsi {
  12. ...
  13. panel@0 {
  14. compatible = "orisetech,otm8009a";
  15. reg = <0>;
  16. reset-gpios = <&gpioh 7 GPIO_ACTIVE_LOW>;
  17. power-supply = <&v1v8>;
  18. };
  19. };