seiko,43wvf1g.txt 516 B

1234567891011121314151617181920212223
  1. Seiko Instruments Inc. 4.3" WVGA (800 x RGB x 480) TFT with Touch-Panel
  2. Required properties:
  3. - compatible: should be "sii,43wvf1g".
  4. - "dvdd-supply": 3v3 digital regulator.
  5. - "avdd-supply": 5v analog regulator.
  6. Optional properties:
  7. - backlight: phandle for the backlight control.
  8. Example:
  9. panel {
  10. compatible = "sii,43wvf1g";
  11. backlight = <&backlight_display>;
  12. dvdd-supply = <&reg_lcd_3v3>;
  13. avdd-supply = <&reg_lcd_5v>;
  14. port {
  15. panel_in: endpoint {
  16. remote-endpoint = <&display_out>;
  17. };
  18. };
  19. };