613edfaba9c32b56ff8b0f63f408fd8233c993b8
[firefly-linux-kernel-4.4.55.git] / arch / arm / boot / dts / rk312x-cif-sensor.dtsi
1 #include "rk312x.dtsi" 
2 #include "rk312x-pinctrl.dtsi"
3 #include "../../mach-rockchip/rk_camera_sensor_info.h"
4 /{
5         cif_sensor: cif_sensor{
6                         compatible = "rockchip,sensor";
7                 ov2659{
8                         is_front = <1>; 
9                         rockchip,powerdown = <&gpio3 GPIO_D7 GPIO_ACTIVE_HIGH>;
10                         mir = <0>;
11                         flash_attach = <0>;
12                         resolution = <ov2659_FULL_RESOLUTION>;
13                         pwdn_info = <ov2659_PWRDN_ACTIVE>;
14                         powerup_sequence = <ov2659_PWRSEQ>;             
15                         i2c_add = <ov2659_I2C_ADDR>;
16                         i2c_rata = <100000>;
17                         i2c_chl = <0>;
18                         cif_chl = <0>;
19                         mclk_rate = <24>;
20                 };
21         };
22 };
23