Lines Matching +full:shutdown +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: SK Hynix Hi-846 1/4" 8M Pixel MIPI CSI-2 sensor
10 - Martin Kepplinger <martin.kepplinger@puri.sm>
12 description: |-
13 The Hi-846 is a raw image sensor with an MIPI CSI-2 image data
18 - $ref: /schemas/media/video-interface-devices.yaml#
29 - description: Reference to the mclk clock.
31 assigned-clocks:
34 assigned-clock-rates:
37 reset-gpios:
41 shutdown-gpios:
45 vddio-supply:
48 vdda-supply:
51 vddd-supply:
55 $ref: /schemas/graph.yaml#/$defs/port-base
60 $ref: /schemas/media/video-interfaces.yaml#
64 data-lanes:
66 - items:
67 - const: 1
68 - const: 2
69 - const: 3
70 - const: 4
71 - items:
72 - const: 1
73 - const: 2
75 link-frequencies: true
78 - data-lanes
79 - link-frequencies
82 - compatible
83 - reg
84 - clocks
85 - assigned-clocks
86 - assigned-clock-rates
87 - vddio-supply
88 - vdda-supply
89 - vddd-supply
90 - port
95 - |
96 #include <dt-bindings/gpio/gpio.h>
99 #address-cells = <1>;
100 #size-cells = <0>;
105 pinctrl-names = "default";
106 pinctrl-0 = <&pinctrl_csi1>;
108 assigned-clocks = <&clk 0>;
109 assigned-clock-rates = <25000000>;
110 vdda-supply = <®_camera_vdda>;
111 vddd-supply = <®_camera_vddd>;
112 vddio-supply = <®_camera_vddio>;
113 reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
114 shutdown-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>;
120 remote-endpoint = <&csi1_ep1>;
121 link-frequencies = /bits/ 64
123 data-lanes = <1 2>;