[PATCH 8/8] ARM: dts: bcm63148: Add STB I2C block
William Zhang
william.zhang at broadcom.com
Mon Sep 1 15:33:11 PDT 2025
dtsi interrupt number 83.
On Mon, Sep 1, 2025 at 5:50 AM Linus Walleij <linus.walleij at linaro.org> wrote:
>
> The BCM63148 has a STB I2C block.
>
> The peripheral range needs to be extended to accommodate
> it. The Boot LUT is at offset + 0x10000 so extend it to
> cover at least that too, 128 KB.
>
> Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
> ---
> arch/arm/boot/dts/broadcom/bcm63148.dtsi | 11 ++++++++++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/broadcom/bcm63148.dtsi b/arch/arm/boot/dts/broadcom/bcm63148.dtsi
> index d94da16ab799c0ab25946e9cf24ae25812e85817..76c418030fbef3352e8266b679541c9129338eae 100644
> --- a/arch/arm/boot/dts/broadcom/bcm63148.dtsi
> +++ b/arch/arm/boot/dts/broadcom/bcm63148.dtsi
> @@ -97,7 +97,7 @@ bus at ff800000 {
> compatible = "simple-bus";
> #address-cells = <1>;
> #size-cells = <1>;
> - ranges = <0 0xfffe8000 0x8000>;
> + ranges = <0 0xfffe8000 0x20000>;
>
> /* GPIOs 0 .. 31 */
> gpio0: gpio at 100 {
> @@ -197,5 +197,14 @@ nandcs: nand at 0 {
> reg = <0>;
> };
> };
> +
> + i2c0: i2c at be00 {
> + compatible = "brcm,brcmstb-i2c";
> + reg = <0xbe00 0x60>;
> + interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + status = "disabled";
> + };
> };
> };
>
> --
> 2.50.1
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4199 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20250901/7ff394f2/attachment.p7s>
More information about the linux-arm-kernel
mailing list