1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/display/allwinner,sun6i-a31-mipi-dsi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner A31 MIPI-DSI Controller Device Tree Bindings
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
14 "#address-cells": true
19 - allwinner,sun6i-a31-mipi-dsi
20 - allwinner,sun50i-a64-mipi-dsi
32 - description: Bus Clock
33 - description: Module Clock
44 description: VCC-DSI power supply of the DSI encoder
55 A port node with endpoint definitions as defined in
56 Documentation/devicetree/bindings/media/video-interfaces.txt. That
57 port should be the input endpoint, usually coming from the
61 "^panel@[0-9]+$": true
81 const: allwinner,sun6i-a31-mipi-dsi
95 const: allwinner,sun50i-a64-mipi-dsi
102 additionalProperties: false
107 compatible = "allwinner,sun6i-a31-mipi-dsi";
108 reg = <0x01ca0000 0x1000>;
109 interrupts = <0 89 4>;
110 clocks = <&ccu 23>, <&ccu 96>;
111 clock-names = "bus", "mod";
115 vcc-dsi-supply = <®_dcdc1>;
116 #address-cells = <1>;
120 compatible = "bananapi,lhr050h41", "ilitek,ili9881c";
122 power-gpios = <&pio 1 7 0>; /* PB07 */
123 reset-gpios = <&r_pio 0 5 1>; /* PL05 */
124 backlight = <&pwm_bl>;
128 dsi0_in_tcon0: endpoint {
129 remote-endpoint = <&tcon0_out_dsi0>;