orion-sdio.txt 424 B

123456789101112131415161718
  1. * Marvell orion-sdio controller
  2. This file documents differences between the core properties in mmc.txt
  3. and the properties used by the orion-sdio driver.
  4. - compatible: Should be "marvell,orion-sdio"
  5. - clocks: reference to the clock of the SDIO interface
  6. Example:
  7. mvsdio@d00d4000 {
  8. compatible = "marvell,orion-sdio";
  9. reg = <0xd00d4000 0x200>;
  10. interrupts = <54>;
  11. clocks = <&gateclk 17>;
  12. status = "disabled";
  13. };