ilitek,ili9881c.txt 558 B

1234567891011121314151617181920
  1. Ilitek ILI9881c based MIPI-DSI panels
  2. Required properties:
  3. - compatible: must be "ilitek,ili9881c" and one of:
  4. * "bananapi,lhr050h41"
  5. - reg: DSI virtual channel used by that screen
  6. - power-supply: phandle to the power regulator
  7. - reset-gpios: a GPIO phandle for the reset pin
  8. Optional properties:
  9. - backlight: phandle to the backlight used
  10. Example:
  11. panel@0 {
  12. compatible = "bananapi,lhr050h41", "ilitek,ili9881c";
  13. reg = <0>;
  14. power-supply = <&reg_display>;
  15. reset-gpios = <&r_pio 0 5 GPIO_ACTIVE_LOW>; /* PL05 */
  16. backlight = <&pwm_bl>;
  17. };