dtoverlays: Add overlays for the IMX708 image sensor
[platform/kernel/linux-rpi.git] / arch / arm / boot / dts / overlays / imx708.dtsi
1 // Fragment that configures a Sony IMX708
2
3 cam_node: imx708@1a {
4         compatible = "sony,imx708";
5         reg = <0x1a>;
6         status = "disabled";
7
8         clocks = <&cam1_clk>;
9         clock-names = "xclk";
10
11         VANA1-supply = <&cam1_reg>;     /* 2.8v */
12         VANA2-supply = <&cam_dummy_reg>;/* 1.8v */
13         VDIG-supply = <&cam_dummy_reg>; /* 1.1v */
14         VDDL-supply = <&cam_dummy_reg>; /* 1.8v */
15
16         rotation = <180>;
17         orientation = <2>;
18
19         port {
20                 cam_endpoint: endpoint {
21                         clock-lanes = <0>;
22                         data-lanes = <1 2>;
23                         clock-noncontinuous;
24                         link-frequencies =
25                                 /bits/ 64 <450000000>;
26                 };
27         };
28 };
29
30 vcm_node: dw9817@c {
31         compatible = "dongwoon,dw9817-vcm";
32         reg = <0x0c>;
33         status = "disabled";
34         VDD-supply = <&cam1_reg>;
35 };