summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Hristev <[email protected]>2020-07-30 15:52:13 +0300
committerEugen Hristev <[email protected]>2021-01-07 09:44:16 +0200
commit523c10c1fdfc3738ee5f224798727e7c7deeb8cf (patch)
tree920a1c03d877ccefe60b41351b162f33eb11975d
parent9b6f157e19ef4bdc0d75b387ec7500c4c275beed (diff)
ARM: dts: at91: sama7g5: add node for sdmmc0
Add node for sdmmc0 block. Signed-off-by: Eugen Hristev <[email protected]>
-rw-r--r--arch/arm/dts/sama7g5.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/dts/sama7g5.dtsi b/arch/arm/dts/sama7g5.dtsi
index 9e9f84fe06f..bf6462e4736 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>;