summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/memory-controllers/mvebu-sdram-controller.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/memory-controllers/mvebu-sdram-controller.txt')
-rw-r--r--dts/Bindings/memory-controllers/mvebu-sdram-controller.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/dts/Bindings/memory-controllers/mvebu-sdram-controller.txt b/dts/Bindings/memory-controllers/mvebu-sdram-controller.txt
new file mode 100644
index 0000000000..89657d1d4c
--- /dev/null
+++ b/dts/Bindings/memory-controllers/mvebu-sdram-controller.txt
@@ -0,0 +1,21 @@
+Device Tree bindings for MVEBU SDRAM controllers
+
+The Marvell EBU SoCs all have a SDRAM controller. The SDRAM controller
+differs from one SoC variant to another, but they also share a number
+of commonalities.
+
+For now, this Device Tree binding documentation only documents the
+Armada XP SDRAM controller.
+
+Required properties:
+
+ - compatible: for Armada XP, "marvell,armada-xp-sdram-controller"
+ - reg: a resource specifier for the register space, which should
+ include all SDRAM controller registers as per the datasheet.
+
+Example:
+
+sdramc@1400 {
+ compatible = "marvell,armada-xp-sdram-controller";
+ reg = <0x1400 0x500>;
+};