Lines Matching +full:port +full:- +full:phys
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Boris Brezillon <boris.brezillon@bootlin.com>
18 - cdns,dsi
19 - ti,j721e-dsi
24 - description:
26 - description:
31 - description: PSM clock, used by the IP
32 - description: sys clock, used by the IP
34 clock-names:
36 - const: dsi_p_clk
37 - const: dsi_sys_clk
39 phys:
42 phy-names:
51 reset-names:
58 port@0:
59 $ref: /schemas/graph.yaml#/properties/port
61 Output port representing the DSI output. It can have
65 port@1:
66 $ref: /schemas/graph.yaml#/properties/port
68 Input port representing the DPI input.
71 - port@1
74 - $ref: ../dsi-controller.yaml#
76 - if:
80 const: ti,j721e-dsi
86 power-domains:
94 - compatible
95 - reg
96 - interrupts
97 - clocks
98 - clock-names
99 - phys
100 - phy-names
101 - ports
106 - |
108 #address-cells = <2>;
109 #size-cells = <2>;
115 clock-names = "dsi_p_clk", "dsi_sys_clk";
117 phys = <&dphy0>;
118 phy-names = "dphy";
120 #address-cells = <1>;
121 #size-cells = <0>;
124 #address-cells = <1>;
125 #size-cells = <0>;
127 port@1 {
130 remote-endpoint = <&xxx_dpi_output>;
138 power-supply = <&vcc_lcd_reg>;
143 - |
145 #address-cells = <2>;
146 #size-cells = <2>;
152 clock-names = "dsi_p_clk", "dsi_sys_clk";
154 phys = <&dphy1>;
155 phy-names = "dphy";
158 #address-cells = <1>;
159 #size-cells = <0>;
161 port@0 {
163 #address-cells = <1>;
164 #size-cells = <0>;
168 remote-endpoint = <&dsi_panel_input>;
172 port@1 {
175 remote-endpoint = <&xxx_dpi_output>;