1 * Omnivision OV9650/OV9652 CMOS sensor 2 3 Required Properties: 4 - compatible: shall be one of 5 "ovti,ov9650" 6 "ovti,ov9652" 7 - clocks: reference to the xvclk input clock. 8 9 Optional Properties: 10 - reset-gpios: reference to the GPIO connected 11 Active is high. 12 - powerdown-gpios: reference to the GPIO conne 13 Active is high. 14 15 The device node shall contain one 'port' child 16 subnode for its digital output video port, in 17 interface bindings defined in Documentation/de 18 video-interfaces.txt. 19 20 Example: 21 22 &i2c0 { 23 ov9650: camera@30 { 24 compatible = "ovti,ov9650"; 25 reg = <0x30>; 26 reset-gpios = <&axi_gpio_0 0 G 27 powerdown-gpios = <&axi_gpio_0 28 clocks = <&xclk>; 29 30 port { 31 ov9650_0: endpoint { 32 remote-endpoin 33 }; 34 }; 35 }; 36 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.