Lines Matching full:endpoint
31 Each port node contains an 'endpoint' subnode for each remote device port
33 remote device, an 'endpoint' child node must be provided for each link.
35 endpoint at a port, or a port node needs to be associated with a selected
49 endpoint@0 {
53 endpoint@1 {
62 endpoint { ... };
79 endpoint@0 { ... };
80 endpoint@1 { ... };
90 Each endpoint should contain a 'remote-endpoint' phandle property that points
91 to the corresponding endpoint in the port of the remote device. In turn, the
92 remote endpoint should contain a 'remote-endpoint' property. If it has one, it
93 must not point to anything other than the local endpoint. Two endpoints with
94 their 'remote-endpoint' phandles pointing at each other form a link between the
99 device_1_output: endpoint {
100 remote-endpoint = <&device_2_input>;
107 device_2_input: endpoint {
108 remote-endpoint = <&device_1_output>;
116 If there is more than one 'port' or more than one 'endpoint' node or 'reg'
117 property present in the port and/or endpoint nodes then the following
120 - #address-cells : number of cells required to define port/endpoint
124 Optional endpoint properties
127 - remote-endpoint: phandle to an 'endpoint' subnode of a remote device node.