From: Eugen Hristev Date: Thu, 30 Jul 2020 12:52:13 +0000 (+0300) Subject: ARM: dts: at91: sama7g5: add node for sdmmc0 X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=523c10c1fdfc3738ee5f224798727e7c7deeb8cf;p=u-boot.git ARM: dts: at91: sama7g5: add node for sdmmc0 Add node for sdmmc0 block. Signed-off-by: Eugen Hristev --- diff --git a/arch/arm/dts/sama7g5.dtsi b/arch/arm/dts/sama7g5.dtsi index 9e9f84fe06..bf6462e473 100644 --- a/arch/arm/dts/sama7g5.dtsi +++ b/arch/arm/dts/sama7g5.dtsi @@ -91,6 +91,17 @@ #clock-cells = <1>; }; + sdmmc0: sdio-host@e1204000 { + compatible = "microchip,sama7g5-sdhci"; + reg = <0xe1204000 0x300>; + clocks = <&pmc PMC_TYPE_PERIPHERAL 80>, <&pmc PMC_TYPE_GCK 80>; + clock-names = "hclock", "multclk"; + assigned-clocks = <&pmc PMC_TYPE_GCK 80>; + assigned-clock-rates = <200000000>; + assigned-clock-parents = <&pmc PMC_TYPE_CORE 10>; /* sys pll div. */ + status = "disabled"; + }; + sdmmc1: sdio-host@e1208000 { compatible = "microchip,sama7g5-sdhci"; reg = <0xe1208000 0x300>;