raydium,rm68200.txt 731 B

12345678910111213141516171819202122232425
  1. Raydium Semiconductor Corporation RM68200 5.5" 720p MIPI-DSI TFT LCD panel
  2. The Raydium Semiconductor Corporation RM68200 is a 5.5" 720x1280 TFT LCD
  3. panel connected using a MIPI-DSI video interface.
  4. Required properties:
  5. - compatible: "raydium,rm68200"
  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. - backlight: phandle of the backlight device attached to the panel.
  11. Example:
  12. &dsi {
  13. ...
  14. panel@0 {
  15. compatible = "raydium,rm68200";
  16. reg = <0>;
  17. reset-gpios = <&gpiof 15 GPIO_ACTIVE_LOW>;
  18. power-supply = <&v1v8>;
  19. backlight = <&pwm_backlight>;
  20. };
  21. };