mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-16 08:13:17 +00:00
19 lines
311 B
Text
19 lines
311 B
Text
|
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;
|
||
|
};
|