mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 16:10:58 +00:00
ARM: dts: at91: sama7g5: add node for sdmmc0
Add node for sdmmc0 block. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
This commit is contained in:
parent
9b6f157e19
commit
523c10c1fd
1 changed files with 11 additions and 0 deletions
|
@ -91,6 +91,17 @@
|
||||||
#clock-cells = <1>;
|
#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 {
|
sdmmc1: sdio-host@e1208000 {
|
||||||
compatible = "microchip,sama7g5-sdhci";
|
compatible = "microchip,sama7g5-sdhci";
|
||||||
reg = <0xe1208000 0x300>;
|
reg = <0xe1208000 0x300>;
|
||||||
|
|
Loading…
Reference in a new issue