blob: 1170bcd6a009c47e69de12ce571e24252801d299 [file] [log] [blame]
Simon Glass0bf61ac2021-10-23 17:25:59 -06001Sandbox 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};