Lines Matching +full:link +full:- +full:frequencies
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 <[email protected]>
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 reset-gpios:
35 shutdown-gpios:
39 vddio-supply:
42 vdda-supply:
45 vddd-supply:
49 $ref: /schemas/graph.yaml#/$defs/port-base
54 $ref: /schemas/media/video-interfaces.yaml#
58 data-lanes:
60 - items:
61 - const: 1
62 - const: 2
63 - const: 3
64 - const: 4
65 - items:
66 - const: 1
67 - const: 2
69 link-frequencies: true
72 - data-lanes
73 - link-frequencies
76 - compatible
77 - reg
78 - clocks
79 - vddio-supply
80 - vdda-supply
81 - vddd-supply
82 - port
87 - |
88 #include <dt-bindings/gpio/gpio.h>
91 #address-cells = <1>;
92 #size-cells = <0>;
97 pinctrl-names = "default";
98 pinctrl-0 = <&pinctrl_csi1>;
100 vdda-supply = <®_camera_vdda>;
101 vddd-supply = <®_camera_vddd>;
102 vddio-supply = <®_camera_vddio>;
103 reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
104 shutdown-gpios = <&gpio5 4 GPIO_ACTIVE_LOW>;
110 remote-endpoint = <&csi1_ep1>;
111 link-frequencies = /bits/ 64
113 data-lanes = <1 2>;