]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: socfpga: dts: add sdram controller dt binding doc
authorAlan Tull <atull@opensource.altera.com>
Tue, 2 Jun 2015 18:35:39 +0000 (18:35 +0000)
committerDinh Nguyen <dinguyen@opensource.altera.com>
Tue, 2 Jun 2015 19:19:27 +0000 (14:19 -0500)
Add binding doc for Altera SOCFPGA SDRAM controller.

Signed-off-by: Alan Tull <atull@opensource.altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt b/Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt
new file mode 100644 (file)
index 0000000..77ca635
--- /dev/null
@@ -0,0 +1,12 @@
+Altera SOCFPGA SDRAM Controller
+
+Required properties:
+- compatible : Should contain "altr,sdr-ctl" and "syscon".
+  syscon is required by the Altera SOCFPGA SDRAM EDAC.
+- reg : Should contain 1 register range (address and length)
+
+Example:
+       sdr: sdr@ffc25000 {
+               compatible = "altr,sdr-ctl", "syscon";
+               reg = <0xffc25000 0x1000>;
+       };