repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
16 lines
403 B
Plaintext
16 lines
403 B
Plaintext
* Common properties of all MTD devices
|
|
|
|
Optional properties:
|
|
- label: user-defined MTD device name. Can be used to assign user
|
|
friendly names to MTD devices (instead of the flash model or flash
|
|
controller based name) in order to ease flash device identification
|
|
and/or describe what they are used for.
|
|
|
|
Example:
|
|
|
|
flash@0 {
|
|
label = "System-firmware";
|
|
|
|
/* flash type specific properties */
|
|
};
|