sandbox: mmc: Support a backing file
[platform/kernel/u-boot.git] / doc / device-tree-bindings / mmc / sandbox,mmc.txt
1 Sandbox MMC
2 ===========
3
4 Required properties:
5 - compatible : "sandbox,mmc"
6
7 Optional 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
12 Example
13 -------
14
15 mmc2 {
16         compatible = "sandbox,mmc";
17         non-removable;
18 };