~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 1170bcd6a009c47e69de12ce571e24252801d299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Sandbox MMC
===========

Required properties:
- compatible : "sandbox,mmc"

Optional properties:
- filename : Name of backing file, if any. This is mapped into the MMC device
    so can be used to provide a filesystem or other test data


Example
-------

mmc2 {
	compatible = "sandbox,mmc";
	non-removable;
};