summaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings/bootdev.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/device-tree-bindings/bootdev.txt')
-rw-r--r--doc/device-tree-bindings/bootdev.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/bootdev.txt b/doc/device-tree-bindings/bootdev.txt
new file mode 100644
index 0000000000..95b7fec821
--- /dev/null
+++ b/doc/device-tree-bindings/bootdev.txt
@@ -0,0 +1,8 @@
+U-Boot boot device (bootdev)
+============================
+
+A bootdev provides a way to obtain a bootflow file from a device. It is a
+child of the media device (UCLASS_MMC, UCLASS_SPI_FLASH, etc.)
+
+The bootdev driver is provided by the media devices. The bindings for each
+are described in this file (to come).