^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) * Common properties of all MTD devices
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) Optional properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) - label: user-defined MTD device name. Can be used to assign user
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) friendly names to MTD devices (instead of the flash model or flash
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) controller based name) in order to ease flash device identification
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) and/or describe what they are used for.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) flash@0 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) label = "System-firmware";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) /* flash type specific properties */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) };