Lines Matching +full:remote +full:- +full:endpoint

1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Renesas R-Car ISP Channel Selector
11 - Niklas Söderlund <niklas.soderlund@ragnatech.se>
14 The R-Car ISP Channel Selector provides MIPI CSI-2 VC and DT filtering
15 capabilities for the Renesas R-Car family of devices. It is used in
16 conjunction with the R-Car VIN and CSI-2 modules, which provides the video
22 - enum:
23 - renesas,r8a779a0-isp # V3U
33 power-domains:
46 Input port node, multiple endpoints describing the connected R-Car
47 CSI-2 receivers.
52 Single endpoint describing the R-Car VIN connected to output port 0.
57 Single endpoint describing the R-Car VIN connected to output port 1.
62 Single endpoint describing the R-Car VIN connected to output port 2.
67 Single endpoint describing the R-Car VIN connected to output port 3.
72 Single endpoint describing the R-Car VIN connected to output port 4.
77 Single endpoint describing the R-Car VIN connected to output port 5.
82 Single endpoint describing the R-Car VIN connected to output port 6.
87 Single endpoint describing the R-Car VIN connected to output port 7.
90 - port@0
91 - port@1
92 - port@2
93 - port@3
94 - port@4
95 - port@5
96 - port@6
97 - port@7
98 - port@8
101 - compatible
102 - reg
103 - interrupts
104 - clocks
105 - power-domains
106 - resets
107 - ports
112 - |
113 #include <dt-bindings/clock/r8a779a0-cpg-mssr.h>
114 #include <dt-bindings/interrupt-controller/arm-gic.h>
115 #include <dt-bindings/power/r8a779a0-sysc.h>
118 compatible = "renesas,r8a779a0-isp";
122 power-domains = <&sysc R8A779A0_PD_A3ISP01>;
126 #address-cells = <1>;
127 #size-cells = <0>;
130 #address-cells = <1>;
131 #size-cells = <0>;
134 isp1csi41: endpoint@1 {
136 remote-endpoint = <&csi41isp1>;
142 isp1vin08: endpoint {
143 remote-endpoint = <&vin08isp1>;
149 isp1vin09: endpoint {
150 remote-endpoint = <&vin09isp1>;
156 isp1vin10: endpoint {
157 remote-endpoint = <&vin10isp1>;
163 isp1vin11: endpoint {
164 remote-endpoint = <&vin11isp1>;
170 isp1vin12: endpoint {
171 remote-endpoint = <&vin12isp1>;
177 isp1vin13: endpoint {
178 remote-endpoint = <&vin13isp1>;
184 isp1vin14: endpoint {
185 remote-endpoint = <&vin14isp1>;
191 isp1vin15: endpoint {
192 remote-endpoint = <&vin15isp1>;