1 King Display KD035G6-54NT 3.5" (320x240 pixels) 24-bit TFT LCD panel
4 - compatible: should be "kingdisplay,kd035g6-54nt"
5 - power-supply: See panel-common.txt
6 - reset-gpios: See panel-common.txt
9 - backlight: see panel-common.txt
11 The generic bindings for the SPI slaves documented in [1] also apply.
13 The device node can contain one 'port' child node with one child
14 'endpoint' node, according to the bindings defined in [2]. This
15 node should describe panel's video bus.
17 [1]: Documentation/devicetree/bindings/spi/spi-bus.txt
18 [2]: Documentation/devicetree/bindings/graph.txt
24 compatible = "kingdisplay,kd035g6-54nt";
27 spi-max-frequency = <3125000>;
31 reset-gpios = <&gpe 2 GPIO_ACTIVE_LOW>;
33 backlight = <&backlight>;
34 power-supply = <&ldo6>;
37 panel_input: endpoint {
38 remote-endpoint = <&panel_output>;