simple-panel.txt 528 B

12345678910111213141516171819202122232425
  1. Simple display panel
  2. ====================
  3. panel node
  4. ----------
  5. Required properties:
  6. - power-supply: See panel-common.txt
  7. Optional properties:
  8. - ddc-i2c-bus: phandle of an I2C controller used for DDC EDID probing
  9. - enable-gpios: GPIO pin to enable or disable the panel
  10. - backlight: phandle of the backlight device attached to the panel
  11. Example:
  12. panel: panel {
  13. compatible = "cptt,claa101wb01";
  14. ddc-i2c-bus = <&panelddc>;
  15. power-supply = <&vdd_pnl_reg>;
  16. enable-gpios = <&gpio 90 0>;
  17. backlight = <&backlight>;
  18. };