Merge tag 'v5.15.57' into rpi-5.15.y
[platform/kernel/linux-rpi.git] / arch / arm / boot / dts / overlays / imx290_327.dtsi
1 // Fragment to configure and IMX290 / IMX327 / IMX462 image sensor
2
3 cam_node: imx290@1a {
4         compatible = "sony,imx290";
5         reg = <0x1a>;
6         status = "disabled";
7
8         clocks = <&cam1_clk>;
9         clock-names = "xclk";
10         clock-frequency = <37125000>;
11
12         rotation = <0>;
13         orientation = <2>;
14
15         vdda-supply = <&cam1_reg>;      /* 2.8v */
16         vdddo-supply = <&cam_dummy_reg>;        /* 1.8v */
17         vddd-supply = <&cam_dummy_reg>; /* 1.5v */
18
19         port {
20                 cam_endpoint: endpoint {
21                         clock-lanes = <0>;
22                 };
23         };
24 };