0001 Ilitek ILI9225 display panels
0002
0003 This binding is for display panels using an Ilitek ILI9225 controller in SPI
0004 mode.
0005
0006 Required properties:
0007 - compatible: "vot,v220hf01a-t", "ilitek,ili9225"
0008 - rs-gpios: Register select signal
0009 - reset-gpios: Reset pin
0010
0011 The node for this driver must be a child node of a SPI controller, hence
0012 all mandatory properties described in ../spi/spi-bus.txt must be specified.
0013
0014 Optional properties:
0015 - rotation: panel rotation in degrees counter clockwise (0,90,180,270)
0016
0017 Example:
0018 display@0{
0019 compatible = "vot,v220hf01a-t", "ilitek,ili9225";
0020 reg = <0>;
0021 spi-max-frequency = <12000000>;
0022 rs-gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
0023 reset-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
0024 rotation = <270>;
0025 };