Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / memory-controllers / synopsys.txt
diff --git a/kernel/Documentation/devicetree/bindings/memory-controllers/synopsys.txt b/kernel/Documentation/devicetree/bindings/memory-controllers/synopsys.txt
new file mode 100644 (file)
index 0000000..f9c6454
--- /dev/null
@@ -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>;
+       };