From: Soren Brinkmann Date: Tue, 2 Sep 2014 21:19:07 +0000 (-0700) Subject: Documentation: devicetree: Add binding for Synopsys DDR controller X-Git-Tag: v3.18-rc1~120^2~10^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c07c8b007732dacafd4ba9cda04ea9b9d0e8ec7d;p=karo-tx-linux.git Documentation: devicetree: Add binding for Synopsys DDR controller Signed-off-by: Soren Brinkmann Signed-off-by: Michal Simek --- diff --git a/Documentation/devicetree/bindings/memory-controllers/synopsys.txt b/Documentation/devicetree/bindings/memory-controllers/synopsys.txt new file mode 100644 index 000000000000..f9c6454146b6 --- /dev/null +++ b/Documentation/devicetree/bindings/memory-controllers/synopsys.txt @@ -0,0 +1,11 @@ +Binding for Synopsys IntelliDDR Multi Protocol Memory Controller + +Required properties: + - compatible: Should be 'xlnx,zynq-ddrc-a05' + - reg: Base address and size of the controllers memory area + +Example: + memory-controller@f8006000 { + compatible = "xlnx,zynq-ddrc-a05"; + reg = <0xf8006000 0x1000>; + };