1 # SPDX-License-Identifier: GPL-2.0-only
4 $id: http://devicetree.org/schemas/display/ilitek,ili9486.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Ilitek ILI9486 display panels device tree bindings
10 - Kamlesh Gurudasani <kamlesh.gurudasani@gmail.com>
13 This binding is for display panels using an Ilitek ILI9486 controller in SPI
17 - $ref: panel/panel-common.yaml#
23 # Waveshare 3.5" 320x480 Color TFT LCD
24 - waveshare,rpi-lcd-35
25 # Ozzmaker 3.5" 320x480 Color TFT LCD
27 - const: ilitek,ili9486
34 description: Display data/command selection (D/CX)
47 additionalProperties: false
51 #include <dt-bindings/gpio/gpio.h>
53 backlight: backlight {
54 compatible = "gpio-backlight";
55 gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
63 compatible = "waveshare,rpi-lcd-35", "ilitek,ili9486";
65 spi-max-frequency = <32000000>;
66 dc-gpios = <&gpio0 24 GPIO_ACTIVE_HIGH>;
67 reset-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;
69 backlight = <&backlight>;