Lines Matching +full:assigned +full:- +full:clock +full:- +full:rates
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
26 - description: Reference to the mclk clock.
28 assigned-clocks:
31 assigned-clock-rates:
34 reset-gpios:
38 shutdown-gpios:
42 vddio-supply:
45 vdda-supply:
48 vddd-supply:
52 $ref: /schemas/graph.yaml#/$defs/port-base
57 $ref: /schemas/media/video-interfaces.yaml#
61 data-lanes:
63 - items:
64 - const: 1
65 - const: 2
66 - const: 3
67 - const: 4
68 - items:
69 - const: 1
70 - const: 2
72 link-frequencies: true
75 - data-lanes
76 - link-frequencies
79 - compatible
80 - reg
81 - clocks
82 - assigned-clocks
83 - assigned-clock-rates
84 - vddio-supply
85 - vdda-supply
86 - vddd-supply
87 - port
92 - |
93 #include <dt-bindings/gpio/gpio.h>
96 #address-cells = <1>;
97 #size-cells = <0>;
102 pinctrl-names = "default";
103 pinctrl-0 = <&pinctrl_csi1>;
105 assigned-clocks = <&clk 0>;
106 assigned-clock-rates = <25000000>;
107 vdda-supply = <®_camera_vdda>;
108 vddd-supply = <®_camera_vddd>;
109 vddio-supply = <®_camera_vddio>;
110 reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
111 shutdown-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>;
115 remote-endpoint = <&csi1_ep1>;
116 link-frequencies = /bits/ 64
118 data-lanes = <1 2>;