summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/memory-controllers/calxeda-ddr-ctrlr.txt
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2015-09-25 23:29:00 -0500
committerRob Herring <robh@kernel.org>2015-10-22 09:21:24 -0500
commit5b0277af2e21c4ef4a12572badf66a4a4e827d51 (patch)
tree5e25ed98dde6acef086ae5b523b5aa64769b69a4 /Documentation/devicetree/bindings/memory-controllers/calxeda-ddr-ctrlr.txt
parent24aa40d3c122e57096a314b2503c1e4101f2e84f (diff)
dt-bindings: move Calxeda bindings to appropriate subsystems
Move the Calxeda memory controller and PHY bindings to appropriate subsystem directories. Signed-off-by: Rob Herring <robh@kernel.org> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree/bindings/memory-controllers/calxeda-ddr-ctrlr.txt')
-rw-r--r--Documentation/devicetree/bindings/memory-controllers/calxeda-ddr-ctrlr.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/memory-controllers/calxeda-ddr-ctrlr.txt b/Documentation/devicetree/bindings/memory-controllers/calxeda-ddr-ctrlr.txt
new file mode 100644
index 000000000000..049675944b78
--- /dev/null
+++ b/Documentation/devicetree/bindings/memory-controllers/calxeda-ddr-ctrlr.txt
@@ -0,0 +1,16 @@
+Calxeda DDR memory controller
+
+Properties:
+- compatible : Should be:
+ - "calxeda,hb-ddr-ctrl" for ECX-1000
+ - "calxeda,ecx-2000-ddr-ctrl" for ECX-2000
+- reg : Address and size for DDR controller registers.
+- interrupts : Interrupt for DDR controller.
+
+Example:
+
+ memory-controller@fff00000 {
+ compatible = "calxeda,hb-ddr-ctrl";
+ reg = <0xfff00000 0x1000>;
+ interrupts = <0 91 4>;
+ };