[PATCH v2 4/7] ARM: dts: bcm6855: Add I2C bus blocks
William Zhang
william.zhang at broadcom.com
Mon Mar 16 18:34:59 PDT 2026
On Wed, Feb 18, 2026 at 1:31 AM Linus Walleij <linusw at kernel.org> wrote:
>
> 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 at linaro.org>
> ---
> arch/arm/boot/dts/broadcom/bcm6855.dtsi | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
> diff --git a/arch/arm/boot/dts/broadcom/bcm6855.dtsi b/arch/arm/boot/dts/broadcom/bcm6855.dtsi
> index a88c3f0fbcb0..b3c4cd24ce53 100644
> --- a/arch/arm/boot/dts/broadcom/bcm6855.dtsi
> +++ b/arch/arm/boot/dts/broadcom/bcm6855.dtsi
> @@ -240,6 +240,15 @@ nandcs: nand at 0 {
> };
> };
>
> + i2c0: i2c at 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 at 3000 {
> #address-cells = <1>;
> #size-cells = <0>;
> @@ -278,5 +287,14 @@ uart1: serial at 13000 {
> clock-names = "uartclk", "apb_pclk";
> status = "disabled";
> };
> +
> + i2c1: i2c at 5a800 {
> + compatible = "brcm,brcmper-i2c";
> + reg = <0x5a800 0x60>;
> + interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + status = "disabled";
> + };
> };
> };
>
> --
> 2.53.0
>
Reviewed-by: William Zhang <william.zhang at broadcom.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5473 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20260316/54e59694/attachment.p7s>
More information about the linux-arm-kernel
mailing list