summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/mtd/common.txt
blob: fc068b923d7aa381ea5ccbc33f5854f5051a0ab9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* 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 */
	};