| * Atmel High Speed MultiMedia Card Interface |
| This controller on atmel products provides an interface for MMC, SD and SDIO |
| This file documents differences between the core properties described |
| by mmc.txt and the properties used by the atmel-mci driver. |
| - compatible: should be "atmel,hsmci" |
| - #address-cells: should be one. The cell is the slot id. |
| - #size-cells: should be zero. |
| The node contains child nodes for each slot that the platform uses |
| compatible = "atmel,hsmci"; |
| reg = <0xf0008000 0x600>; |
| [ child node definitions...] |
| - reg: should contain the slot id. |
| - bus-width: number of data lines connected to the controller |
| - cd-gpios: specify GPIOs for card detection |
| - cd-inverted: invert the value of external card detect gpio line |
| - wp-gpios: specify GPIOs for write protection |
| compatible = "atmel,hsmci"; |
| reg = <0xf0008000 0x600>; |