1Sandbox MMC
2===========
3
4Required properties:
5- compatible : "sandbox,mmc"
6
7Optional properties:
8- filename : Name of backing file, if any. This is mapped into the MMC device
9    so can be used to provide a filesystem or other test data
10
11
12Example
13-------
14
15mmc2 {
16	compatible = "sandbox,mmc";
17	non-removable;
18};
19