1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2 # Copyright 2020 BayLibre, SAS
5 $id: http://devicetree.org/schemas/display/amlogic,meson-g12a-dw-mipi-dsi.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Amlogic specific extensions to the Synopsys Designware MIPI DSI Host Controller
11 - Neil Armstrong <neil.armstrong@linaro.org>
14 The Amlogic Meson Synopsys Designware Integration is composed of
15 - A Synopsys DesignWare MIPI DSI Host Controller IP
16 - A TOP control block controlling the Clocks & Resets of the IP
19 - $ref: dsi-controller.yaml#
24 - amlogic,meson-g12a-dw-mipi-dsi
56 $ref: /schemas/graph.yaml#/properties/ports
60 $ref: /schemas/graph.yaml#/properties/port
61 description: Input node to receive pixel data.
64 $ref: /schemas/graph.yaml#/properties/port
65 description: DSI output node to panel.
82 unevaluatedProperties: false
87 compatible = "amlogic,meson-g12a-dw-mipi-dsi";
89 resets = <&reset_top>;
91 clocks = <&clk_pclk>, <&bit_clk>, <&clk_px>;
92 clock-names = "pclk", "bit", "px";
101 mipi_dsi_venc_port: port@0 {
104 mipi_dsi_in: endpoint {
105 remote-endpoint = <&dpi_out>;
110 mipi_dsi_panel_port: port@1 {
113 mipi_out_panel: endpoint {
114 remote-endpoint = <&mipi_in_panel>;