[PATCH 8/8] ARM: dts: bcm63148: Add STB I2C block

Linus Walleij linus.walleij at linaro.org
Mon Sep 1 05:50:33 PDT 2025


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




More information about the linux-arm-kernel mailing list