1 * Sony 1/2.5-Inch 8.51Mp CMOS Digital Image Sensor
3 The Sony imx274 is a 1/2.5-inch CMOS active pixel digital image sensor with
4 an active array size of 3864H x 2202V. It is programmable through I2C
5 interface. The I2C address is fixed to 0x1a as per sensor data sheet.
6 Image data is sent through MIPI CSI-2, which is configured as 4 lanes
11 - compatible: value should be "sony,imx274" for imx274 sensor
12 - reg: I2C bus address of the device
15 - reset-gpios: Sensor reset GPIO
17 The imx274 device node should contain one 'port' child node with
18 an 'endpoint' subnode. For further reading on port node refer to
19 Documentation/devicetree/bindings/media/video-interfaces.txt.
23 compatible = "sony,imx274";
27 reset-gpios = <&gpio_sensor 0 0>;
29 sensor_out: endpoint {
30 remote-endpoint = <&csiss_in>;