BCM2708: Add core Device Tree support
[platform/kernel/linux-rpi.git] / arch / arm / boot / dts / overlays / ov2311.dtsi
1 // Fragment that configures an ov2311
2
3 cam_node: ov2311@60 {
4         compatible = "ovti,ov2311";
5         reg = <0x60>;
6         status = "disabled";
7
8         clocks = <&cam1_clk>;
9         clock-names = "xvclk";
10
11         avdd-supply = <&cam1_reg>;
12         dovdd-supply = <&cam_dummy_reg>;
13         dvdd-supply = <&cam_dummy_reg>;
14
15         rotation = <0>;
16         orientation = <2>;
17
18         port {
19                 cam_endpoint: endpoint {
20                         clock-lanes = <0>;
21                         data-lanes = <1 2>;
22                         link-frequencies =
23                                 /bits/ 64 <400000000>;
24                 };
25         };
26 };