Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[deliverable/linux.git] / Documentation / devicetree / bindings / memory-controllers / synopsys.txt
CommitLineData
c07c8b00
SB
1Binding for Synopsys IntelliDDR Multi Protocol Memory Controller
2
1837649f
PCK
3This 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
c07c8b00
SB
7Required 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 };
This page took 0.145854 seconds and 5 git commands to generate.