Lines Matching refs:endpoint
16 transfer and is described by 'endpoint' subnodes.
26 endpoint@0 { ... };
27 endpoint@1 { ... };
34 bus, an 'endpoint' child node must be provided for each of them. If more than
35 one port is present in a device node or there is more than one endpoint at a
42 and 'endpoint' nodes and any child device nodes a device might have.
44 Two 'endpoint' nodes are linked with each other through their 'remote-endpoint'
45 phandles. An endpoint subnode of a device contains all properties needed for
47 cases properties at the peer 'endpoint' nodes will be identical, however they
56 endpoint node (logical bus).
62 If there is more than one 'port' or more than one 'endpoint' node or 'reg'
63 property is present in port and/or endpoint nodes the following properties
66 - #address-cells : number of cells required to define port/endpoint
70 Optional endpoint properties
73 - remote-endpoint: phandle to an 'endpoint' subnode of a remote device node.
145 /* Parallel bus endpoint */
146 ceu0_1: endpoint@1 {
147 reg = <1>; /* Local endpoint # */
160 /* MIPI CSI-2 bus endpoint */
161 ceu0_0: endpoint@0 {
181 /* With 1 endpoint per port no need for addresses. */
182 ov772x_1_1: endpoint {
184 remote-endpoint = <&ceu0_1>;
205 imx074_1: endpoint {
208 remote-endpoint = <&csi2_1>;
226 csi2_1: endpoint {
229 remote-endpoint = <&imx074_1>;
235 csi2_2: endpoint {
236 remote-endpoint = <&ceu0_0>;