Lines Matching +full:port +full:- +full:phys
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/display/amlogic,meson-g12a-dw-mipi-dsi.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Neil Armstrong <neil.armstrong@linaro.org>
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
33 clock-names:
36 - const: pclk
37 - const: bit
38 - const: px
39 - const: meas
44 reset-names:
46 - const: top
48 phys:
51 phy-names:
53 - const: dphy
59 port@0:
60 $ref: /schemas/graph.yaml#/properties/port
63 port@1:
64 $ref: /schemas/graph.yaml#/properties/port
68 - port@0
69 - port@1
72 - compatible
73 - reg
74 - clocks
75 - clock-names
76 - resets
77 - reset-names
78 - phys
79 - phy-names
80 - ports
85 - |
87 compatible = "amlogic,meson-g12a-dw-mipi-dsi";
90 reset-names = "top";
92 clock-names = "pclk", "bit", "px";
93 phys = <&mipi_dphy>;
94 phy-names = "dphy";
97 #address-cells = <1>;
98 #size-cells = <0>;
101 mipi_dsi_venc_port: port@0 {
105 remote-endpoint = <&dpi_out>;
110 mipi_dsi_panel_port: port@1 {
114 remote-endpoint = <&mipi_in_panel>;