Lines Matching +full:image +full:- +full:sensor
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Sony IMX283 Sensor
11 - Kieran Bingham <kieran.bingham@ideasonboard.com>
12 - Umang Jain <umang.jain@ideasonboard.com>
15 IMX283 sensor is a Sony CMOS active pixel digital image sensor with an active
17 I2C client address is fixed to 0x1a as per sensor data sheet. Image data is
18 sent through MIPI CSI-2.
31 vadd-supply:
34 vdd1-supply:
37 vdd2-supply:
40 reset-gpios:
41 description: Sensor reset (XCLR) GPIO
45 $ref: /schemas/graph.yaml#/$defs/port-base
50 $ref: /schemas/media/video-interfaces.yaml#
54 data-lanes:
56 - items:
57 - const: 1
58 - const: 2
59 - const: 3
60 - const: 4
62 link-frequencies: true
65 - data-lanes
66 - link-frequencies
69 - endpoint
72 - compatible
73 - reg
74 - clocks
75 - port
80 - |
82 #address-cells = <1>;
83 #size-cells = <0>;
90 assigned-clocks = <&imx283_clk>;
91 assigned-clock-parents = <&imx283_clk_parent>;
92 assigned-clock-rates = <12000000>;
94 vadd-supply = <&camera_vadd_2v9>;
95 vdd1-supply = <&camera_vdd1_1v8>;
96 vdd2-supply = <&camera_vdd2_1v2>;
100 remote-endpoint = <&cam>;
101 data-lanes = <1 2 3 4>;
102 link-frequencies = /bits/ 64 <360000000>;