Lines Matching +full:powerdown +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Intersil ISL79987 Analog to MIPI CSI-2 decoder
10 - Michael Tretter <m.tretter@pengutronix.de>
11 - Marek Vasut <marex@denx.de>
14 The Intersil ISL79987 is an analog to MIPI CSI-2 decoder which is capable of
16 CSI-2 virtual channels, using one MIPI clock lane and 1/2 data lanes.
21 - isil,isl79987
26 reset-gpios:
31 powerdown-gpios:
40 $ref: /schemas/graph.yaml#/$defs/port-base
46 $ref: /schemas/media/video-interfaces.yaml#
50 data-lanes:
55 - data-lanes
58 "^port@[1-4]$":
63 - port@0
68 - compatible
69 - reg
70 - ports
73 - |
74 #include <dt-bindings/gpio/gpio.h>
77 #address-cells = <1>;
78 #size-cells = <0>;
83 powerdown-gpios = <&gpio3 27 GPIO_ACTIVE_HIGH>;
84 reset-gpios = <&gpio3 28 GPIO_ACTIVE_HIGH>;
87 #address-cells = <1>;
88 #size-cells = <0>;
93 remote-endpoint = <&mipi_csi2_in>;
94 data-lanes = <1 2>;
101 remote-endpoint = <&camera_0>;
108 remote-endpoint = <&camera_1>;