Thomas Petazzoni | 111936f | 2013-01-16 14:13:59 +0100 | [diff] [blame] | 1 | * Marvell orion-sdio controller |
2 | |||||
3 | This file documents differences between the core properties in mmc.txt | ||||
4 | and the properties used by the orion-sdio driver. | ||||
5 | |||||
6 | - compatible: Should be "marvell,orion-sdio" | ||||
7 | - clocks: reference to the clock of the SDIO interface | ||||
8 | |||||
9 | Example: | ||||
10 | |||||
11 | mvsdio@d00d4000 { | ||||
12 | compatible = "marvell,orion-sdio"; | ||||
13 | reg = <0xd00d4000 0x200>; | ||||
14 | interrupts = <54>; | ||||
15 | clocks = <&gateclk 17>; | ||||
16 | status = "disabled"; | ||||
17 | }; |