Lines Matching +full:port +full:-
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
24 - renesas,r8a779g0-isp # V4H
34 power-domains:
44 port@0:
45 $ref: /schemas/graph.yaml#/properties/port
47 Input port node, multiple endpoints describing the connected R-Car
48 CSI-2 receivers.
50 port@1:
51 $ref: /schemas/graph.yaml#/properties/port
53 Single endpoint describing the R-Car VIN connected to output port 0.
55 port@2:
56 $ref: /schemas/graph.yaml#/properties/port
58 Single endpoint describing the R-Car VIN connected to output port 1.
60 port@3:
61 $ref: /schemas/graph.yaml#/properties/port
63 Single endpoint describing the R-Car VIN connected to output port 2.
65 port@4:
66 $ref: /schemas/graph.yaml#/properties/port
68 Single endpoint describing the R-Car VIN connected to output port 3.
70 port@5:
71 $ref: /schemas/graph.yaml#/properties/port
73 Single endpoint describing the R-Car VIN connected to output port 4.
75 port@6:
76 $ref: /schemas/graph.yaml#/properties/port
78 Single endpoint describing the R-Car VIN connected to output port 5.
80 port@7:
81 $ref: /schemas/graph.yaml#/properties/port
83 Single endpoint describing the R-Car VIN connected to output port 6.
85 port@8:
86 $ref: /schemas/graph.yaml#/properties/port
88 Single endpoint describing the R-Car VIN connected to output port 7.
91 - port@0
92 - port@1
93 - port@2
94 - port@3
95 - port@4
96 - port@5
97 - port@6
98 - port@7
99 - port@8
102 - compatible
103 - reg
104 - interrupts
105 - clocks
106 - power-domains
107 - resets
108 - ports
113 - |
114 #include <dt-bindings/clock/r8a779a0-cpg-mssr.h>
115 #include <dt-bindings/interrupt-controller/arm-gic.h>
116 #include <dt-bindings/power/r8a779a0-sysc.h>
119 compatible = "renesas,r8a779a0-isp";
123 power-domains = <&sysc R8A779A0_PD_A3ISP01>;
127 #address-cells = <1>;
128 #size-cells = <0>;
130 port@0 {
131 #address-cells = <1>;
132 #size-cells = <0>;
137 remote-endpoint = <&csi41isp1>;
141 port@1 {
144 remote-endpoint = <&vin08isp1>;
148 port@2 {
151 remote-endpoint = <&vin09isp1>;
155 port@3 {
158 remote-endpoint = <&vin10isp1>;
162 port@4 {
165 remote-endpoint = <&vin11isp1>;
169 port@5 {
172 remote-endpoint = <&vin12isp1>;
176 port@6 {
179 remote-endpoint = <&vin13isp1>;
183 port@7 {
186 remote-endpoint = <&vin14isp1>;
190 port@8 {
193 remote-endpoint = <&vin15isp1>;