Merge tag 'v5.15.57' into rpi-5.15.y
[platform/kernel/linux-rpi.git] / arch / arm / boot / dts / overlays / i2c6-overlay.dts
1 /dts-v1/;
2 /plugin/;
3
4 /{
5         compatible = "brcm,bcm2711";
6
7         fragment@0 {
8                 target = <&i2c6>;
9                 frag0: __overlay__ {
10                         status = "okay";
11                         pinctrl-names = "default";
12                         pinctrl-0 = <&i2c6_pins>;
13                         clock-frequency = <100000>;
14                 };
15         };
16
17         fragment@1 {
18                 target = <&i2c6_pins>;
19                 __dormant__ {
20                         brcm,pins = <0 1>;
21                 };
22         };
23
24         fragment@2 {
25                 target = <&i2c6_pins>;
26                 __overlay__ {
27                         brcm,pins = <22 23>;
28                 };
29         };
30
31         __overrides__ {
32                 pins_0_1 = <0>,"=1!2";
33                 pins_22_23 = <0>,"!1=2";
34                 baudrate = <&frag0>, "clock-frequency:0";
35         };
36 };