xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/orion-sdio.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun* Marvell orion-sdio controller
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunThis file documents differences between the core properties in mmc.txt
4*4882a593Smuzhiyunand the properties used by the orion-sdio driver.
5*4882a593Smuzhiyun
6*4882a593Smuzhiyun- compatible: Should be "marvell,orion-sdio"
7*4882a593Smuzhiyun- clocks: reference to the clock of the SDIO interface
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunExample:
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	mvsdio@d00d4000 {
12*4882a593Smuzhiyun		compatible = "marvell,orion-sdio";
13*4882a593Smuzhiyun		reg = <0xd00d4000 0x200>;
14*4882a593Smuzhiyun		interrupts = <54>;
15*4882a593Smuzhiyun		clocks = <&gateclk 17>;
16*4882a593Smuzhiyun	};
17