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>
16 - allwinner,sun6i-a31-mipi-dsi
17 - allwinner,sun50i-a64-mipi-dsi
29 - description: Bus Clock
30 - description: Module Clock
41 description: VCC-DSI power supply of the DSI encoder
52 A port node with endpoint definitions as defined in
53 Documentation/devicetree/bindings/media/video-interfaces.txt. That
54 port should be the input endpoint, usually coming from the
69 - $ref: dsi-controller.yaml#
74 const: allwinner,sun6i-a31-mipi-dsi
88 const: allwinner,sun50i-a64-mipi-dsi
95 unevaluatedProperties: false
100 compatible = "allwinner,sun6i-a31-mipi-dsi";
101 reg = <0x01ca0000 0x1000>;
102 interrupts = <0 89 4>;
103 clocks = <&ccu 23>, <&ccu 96>;
104 clock-names = "bus", "mod";
108 vcc-dsi-supply = <®_dcdc1>;
109 #address-cells = <1>;
113 compatible = "bananapi,lhr050h41", "ilitek,ili9881c";
115 power-supply = <®_display>;
116 reset-gpios = <&r_pio 0 5 1>; /* PL05 */
117 backlight = <&pwm_bl>;
121 dsi0_in_tcon0: endpoint {
122 remote-endpoint = <&tcon0_out_dsi0>;