Lines Matching +full:mipi +full:- +full:mode

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Paul Elder <paul.elder@@ideasonboard.com>
17 MIPI CSI-2 and parallel interfaces. It can also output on either MIPI CSI-2
18 or parallel. The hardware is capable of transmitting and receiving MIPI
23 - $ref: /schemas/media/video-interface-devices.yaml#
36 thine,boot-mode:
42 Boot mode of the THP7312, reflecting the value of the BOOT[0] pin strap.
43 0 is for the SPI/2-wire slave boot, 1 is for the SPI master boot (from
46 reset-gpios:
52 vddcore-supply:
54 1.2V supply for core, PLL, MIPI rx and MIPI tx.
56 vhtermrx-supply:
58 Supply for input (RX). 1.8V for MIPI, or 1.8/2.8/3.3V for parallel.
60 vddtx-supply:
62 Supply for output (TX). 1.8V for MIPI, or 1.8/2.8/3.3V for parallel.
64 vddhost-supply:
68 vddcmos-supply:
72 vddgpio-0-supply:
76 vddgpio-1-supply:
84 $ref: /schemas/graph.yaml#/$defs/port-base
89 $ref: /schemas/media/video-interfaces.yaml#
93 bus-type:
94 const: 4 # CSI-2 D-PHY
96 data-lanes:
99 SoC. The sensor supports either two-lane, or four-lane operation.
100 If this property is omitted four-lane operation is assumed. For
101 two-lane operation the property must be set to <1 2>.
112 "#address-cells":
115 "#size-cells":
134 - maximum: 1
136 data-lanes:
137 $ref: /schemas/media/video-interfaces.yaml#/properties/data-lanes
145 - reg
146 - data-lanes
151 - "#address-cells"
152 - "#size-cells"
157 - compatible
158 - reg
159 - reset-gpios
160 - clocks
161 - vddcore-supply
162 - vhtermrx-supply
163 - vddtx-supply
164 - vddhost-supply
165 - vddcmos-supply
166 - vddgpio-0-supply
167 - vddgpio-1-supply
168 - sensors
169 - port
174 - |
175 #include <dt-bindings/gpio/gpio.h>
176 #include <dt-bindings/media/video-interfaces.h>
179 #address-cells = <1>;
180 #size-cells = <0>;
186 pinctrl-names = "default";
187 pinctrl-0 = <&cam1_pins_default>;
189 reset-gpios = <&pio 119 GPIO_ACTIVE_LOW>;
192 vddcore-supply = <&vsys_v4p2>;
193 vhtermrx-supply = <&vsys_v4p2>;
194 vddtx-supply = <&vsys_v4p2>;
195 vddhost-supply = <&vsys_v4p2>;
196 vddcmos-supply = <&vsys_v4p2>;
197 vddgpio-0-supply = <&vsys_v4p2>;
198 vddgpio-1-supply = <&vsys_v4p2>;
204 #address-cells = <1>;
205 #size-cells = <0>;
211 data-lanes = <4 1 3 2>;
217 remote-endpoint = <&mipi_thp7312_2>;
218 bus-type = <MEDIA_BUS_TYPE_CSI2_DPHY>;
219 data-lanes = <4 2 1 3>;