diff options
author | Alan Tull <atull@opensource.altera.com> | 2015-06-02 21:35:39 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@opensource.altera.com> | 2015-06-02 22:19:27 +0300 |
commit | 4c060b89c1af20b3a9d6393072ac85b4a3ccc300 (patch) | |
tree | ebc8a658ceae35bd68a738a23f8655df0ddda46c /Documentation/devicetree/bindings/arm/altera | |
parent | ebbce1bbc4f25c0ca68f66df54ea5e8eefa90da5 (diff) | |
download | linux-4c060b89c1af20b3a9d6393072ac85b4a3ccc300.tar.xz |
ARM: socfpga: dts: add sdram controller dt binding doc
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>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/altera')
-rw-r--r-- | Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt | 12 |
1 files changed, 12 insertions, 0 deletions
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 index 000000000000..77ca635765e1 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt @@ -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>; + }; |