
13 Apr
2022
13 Apr
'22
7:13 p.m.
Adds the support of sdhci on bcm63158.
Signed-off-by: Philippe Reynes philippe.reynes@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