blob: a43d26d41e04b7f87586b6b825c4307e6ff9f3ba [file] [log] [blame]
Soren Brinkmannc07c8b02014-09-02 14:19:07 -07001Binding for Synopsys IntelliDDR Multi Protocol Memory Controller
2
Punnaiah Choudary Kalluri18376492014-11-27 20:47:33 +05303This controller has an optional ECC support in half-bus width (16-bit)
4configuration. The ECC controller corrects one bit error and detects
5two bit errors.
6
Soren Brinkmannc07c8b02014-09-02 14:19:07 -07007Required properties:
8 - compatible: Should be 'xlnx,zynq-ddrc-a05'
9 - reg: Base address and size of the controllers memory area
10
11Example:
12 memory-controller@f8006000 {
13 compatible = "xlnx,zynq-ddrc-a05";
14 reg = <0xf8006000 0x1000>;
15 };