]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/memory-controllers/synopsys.txt
Merge branch 'cpuidle' into release
[karo-tx-linux.git] / Documentation / devicetree / bindings / memory-controllers / synopsys.txt
1 Binding for Synopsys IntelliDDR Multi Protocol Memory Controller
2
3 This controller has an optional ECC support in half-bus width (16-bit)
4 configuration. The ECC controller corrects one bit error and detects
5 two bit errors.
6
7 Required properties:
8  - compatible: Should be 'xlnx,zynq-ddrc-a05'
9  - reg: Base address and size of the controllers memory area
10
11 Example:
12         memory-controller@f8006000 {
13                 compatible = "xlnx,zynq-ddrc-a05";
14                 reg = <0xf8006000 0x1000>;
15         };