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 - Swapnil Jakhade <sjakhade@cadence.com>
11 - Yuti Amonkar <yamonkar@cadence.com>
16 - cdns,mhdp8546
17 - ti,j721e-mhdp8546
22 - description:
26 - description:
28 - description:
31 reg-names:
34 - const: mhdptx
35 - const: j721e-intg
36 - const: mhdptx-sapb
45 phys:
50 phy-names:
52 - const: dpphy
54 power-domains:
64 port@0:
65 $ref: /schemas/graph.yaml#/properties/port
67 First input port representing the DP bridge input.
69 port@1:
70 $ref: /schemas/graph.yaml#/properties/port
72 Second input port representing the DP bridge input.
74 port@2:
75 $ref: /schemas/graph.yaml#/properties/port
77 Third input port representing the DP bridge input.
79 port@3:
80 $ref: /schemas/graph.yaml#/properties/port
82 Fourth input port representing the DP bridge input.
84 port@4:
85 $ref: /schemas/graph.yaml#/properties/port
87 Output port representing the DP bridge output.
90 - port@0
91 - port@4
94 - if:
98 const: ti,j721e-mhdp8546
104 reg-names:
112 reg-names:
117 - compatible
118 - clocks
119 - reg
120 - reg-names
121 - phys
122 - phy-names
123 - interrupts
124 - ports
129 - |
130 #include <dt-bindings/interrupt-controller/arm-gic.h>
132 #address-cells = <2>;
133 #size-cells = <2>;
135 mhdp: dp-bridge@f0fb000000 {
138 reg-names = "mhdptx";
140 phys = <&dp_phy>;
141 phy-names = "dpphy";
145 #address-cells = <1>;
146 #size-cells = <0>;
148 port@0 {
151 remote-endpoint = <&xxx_dpi_output>;
155 port@4 {
158 remote-endpoint = <&xxx_dp_connector_input>;