summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/mtd/common.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/mtd/common.txt')
-rw-r--r--dts/Bindings/mtd/common.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/dts/Bindings/mtd/common.txt b/dts/Bindings/mtd/common.txt
new file mode 100644
index 0000000000..fc068b923d
--- /dev/null
+++ b/dts/Bindings/mtd/common.txt
@@ -0,0 +1,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 */
+ };