Lines Matching +full:5 +full:- +full:inch
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Rui Miguel Silva <rmfrfs@gmail.com>
12 description: |-
13 The OV2680 color sensor is a low voltage, high performance 1/5 inch UXGA (2
14 megapixel) CMOS image sensor that provides a single-chip UXGA (1600 x 1200)
15 camera. It provides full-frame, sub-sampled, or windowed 10-bit images in
30 clock-names:
33 reset-gpios:
40 dovdd-supply:
44 avdd-supply:
48 dvdd-supply:
58 - compatible
59 - reg
60 - clocks
61 - clock-names
62 - dovdd-supply
63 - avdd-supply
64 - dvdd-supply
65 - reset-gpios
66 - port
71 - |
72 #include <dt-bindings/gpio/gpio.h>
75 #address-cells = <1>;
76 #size-cells = <0>;
78 ov2680: camera-sensor@36 {
82 clock-names = "xvclk";
83 reset-gpios = <&gpio1 3 GPIO_ACTIVE_LOW>;
85 dovdd-supply = <&sw2_reg>;
86 dvdd-supply = <&sw2_reg>;
87 avdd-supply = <®_peri_3p15v>;
91 remote-endpoint = <&mipi_from_sensor>;