[PATCH 2/4] arch: arm: dts: bcm63158.dtsi: add mmc support

Philippe Reynes philippe.reynes at softathome.com
Wed Apr 13 19:13:41 CEST 2022


Adds the support of sdhci on bcm63158.

Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
---
 arch/arm/dts/bcm63158.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/dts/bcm63158.dtsi b/arch/arm/dts/bcm63158.dtsi
index 7dd2858438..4e0f5f2dbd 100644
--- a/arch/arm/dts/bcm63158.dtsi
+++ b/arch/arm/dts/bcm63158.dtsi
@@ -229,5 +229,14 @@
 
 			status = "disabled";
 		};
+
+		sdhci: sdhci {
+			compatible = "brcm,bcm63158-sdhci";
+			reg-names = "sdhci-base", "sdhci-boot";
+			reg = <0x00000000 0xff810000 0x00000000 0x00000100>,
+			      <0x00000000 0xff810200 0x00000000 0x00000040>;
+			bus-width = <0x00000008>;
+			no-1-8-v;
+		};
 	};
 };
-- 
2.25.1



More information about the U-Boot mailing list