]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: bcm6855: Add I2C bus blocks
authorLinus Walleij <linusw@kernel.org>
Wed, 18 Feb 2026 09:30:51 +0000 (10:30 +0100)
committerFlorian Fainelli <florian.fainelli@broadcom.com>
Fri, 20 Mar 2026 23:57:30 +0000 (16:57 -0700)
The BCM6855 has two brcmper I2C blocks, the second one in
the PERF1 area at 0xff85a800, this is covered by the
current bus range.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: William Zhang <william.zhang@broadcom.com>
Link: https://lore.kernel.org/r/20260218-bcmbca-i2c-dts-v2-4-5373ef82c50c@kernel.org
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
arch/arm/boot/dts/broadcom/bcm6855.dtsi

index a88c3f0fbcb037ee5c6b31933415f90cb51ded2a..b3c4cd24ce531f1bda1fa8551cf91a25ada65524 100644 (file)
                        };
                };
 
+               i2c0: i2c@2100 {
+                       compatible = "brcm,brcmper-i2c";
+                       reg = <0x2100 0x60>;
+                       interrupts = <GIC_SPI 77 IRQ_TYPE_LEVEL_HIGH>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       status = "disabled";
+               };
+
                leds: led-controller@3000 {
                        #address-cells = <1>;
                        #size-cells = <0>;
                        clock-names = "uartclk", "apb_pclk";
                        status = "disabled";
                };
+
+               i2c1: i2c@5a800 {
+                       compatible = "brcm,brcmper-i2c";
+                       reg = <0x5a800 0x60>;
+                       interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       status = "disabled";
+               };
        };
 };