samsung,s6e63j0x03.txt 676 B

123456789101112131415161718192021222324
  1. Samsung S6E63J0X03 1.63" 320x320 AMOLED panel (interface: MIPI-DSI command mode)
  2. Required properties:
  3. - compatible: "samsung,s6e63j0x03"
  4. - reg: the virtual channel number of a DSI peripheral
  5. - vdd3-supply: I/O voltage supply
  6. - vci-supply: voltage supply for analog circuits
  7. - reset-gpios: a GPIO spec for the reset pin (active low)
  8. - te-gpios: a GPIO spec for the tearing effect synchronization signal
  9. gpio pin (active high)
  10. Example:
  11. &dsi {
  12. ...
  13. panel@0 {
  14. compatible = "samsung,s6e63j0x03";
  15. reg = <0>;
  16. vdd3-supply = <&ldo16_reg>;
  17. vci-supply = <&ldo20_reg>;
  18. reset-gpios = <&gpe0 1 GPIO_ACTIVE_LOW>;
  19. te-gpios = <&gpx0 6 GPIO_ACTIVE_HIGH>;
  20. };
  21. };