Kishon Vijay Abraham I | 9ebd65c | 2017-09-06 17:15:54 +0530 | [diff] [blame] | 1 | * TI OMAP SDHCI Controller |
2 | |||||
3 | Refer to mmc.txt for standard MMC bindings. | ||||
4 | |||||
5 | Required properties: | ||||
6 | - compatible: Should be "ti,dra7-sdhci" for DRA7 and DRA72 controllers | ||||
7 | - ti,hwmods: Must be "mmc<n>", <n> is controller instance starting 1 | ||||
8 | |||||
9 | Example: | ||||
10 | mmc1: mmc@4809c000 { | ||||
11 | compatible = "ti,dra7-sdhci"; | ||||
12 | reg = <0x4809c000 0x400>; | ||||
13 | ti,hwmods = "mmc1"; | ||||
14 | bus-width = <4>; | ||||
15 | vmmc-supply = <&vmmc>; /* phandle to regulator node */ | ||||
16 | }; |