boe,hv070wsa-100.txt 829 B

12345678910111213141516171819202122232425262728
  1. BOE HV070WSA-100 7.01" WSVGA TFT LCD panel
  2. Required properties:
  3. - compatible: should be "boe,hv070wsa-100"
  4. - power-supply: regulator to provide the VCC supply voltage (3.3 volts)
  5. - enable-gpios: GPIO pin to enable and disable panel (active high)
  6. This binding is compatible with the simple-panel binding, which is specified
  7. in simple-panel.txt in this directory.
  8. The device node can contain one 'port' child node with one child
  9. 'endpoint' node, according to the bindings defined in [1]. This
  10. node should describe panel's video bus.
  11. [1]: Documentation/devicetree/bindings/media/video-interfaces.txt
  12. Example:
  13. panel: panel {
  14. compatible = "boe,hv070wsa-100";
  15. power-supply = <&vcc_3v3_reg>;
  16. enable-gpios = <&gpd1 3 GPIO_ACTIVE_HIGH>;
  17. port {
  18. panel_ep: endpoint {
  19. remote-endpoint = <&bridge_out_ep>;
  20. };
  21. };
  22. };