Merge tag 'v5.15.57' into rpi-5.15.y
[platform/kernel/linux-rpi.git] / arch / arm / boot / dts / overlays / imx327-overlay.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2 // Definitions for IMX327 camera module on VC I2C bus
3 /dts-v1/;
4 /plugin/;
5
6 #include <dt-bindings/gpio/gpio.h>
7 #include "imx290_327-overlay.dtsi"
8
9 /{
10         compatible = "brcm,bcm2835";
11
12         // Fragment numbers deliberately high to avoid conflicts with the
13         // included imx290_327 overlay file.
14
15         fragment@101 {
16                 target = <&cam_node>;
17                 __overlay__ {
18                         compatible = "sony,imx327";
19                 };
20         };
21
22         fragment@102 {
23                 target = <&cam_node>;
24                 __dormant__ {
25                         compatible = "sony,imx327-mono";
26                 };
27         };
28
29         __overrides__ {
30                 mono = <0>, "-101+102";
31         };
32 };