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