diff options
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | 2014-09-02 17:19:07 -0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-09-16 06:55:05 -0400 |
commit | c07c8b007732dacafd4ba9cda04ea9b9d0e8ec7d (patch) | |
tree | 801aa2fb8603716cc196f6ba63999f3eef37584e | |
parent | ae88b85e801ba77939b07eb9214f1d6542fa23f7 (diff) |
Documentation: devicetree: Add binding for Synopsys DDR controller
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | Documentation/devicetree/bindings/memory-controllers/synopsys.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ | |||
1 | Binding for Synopsys IntelliDDR Multi Protocol Memory Controller | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: Should be 'xlnx,zynq-ddrc-a05' | ||
5 | - reg: Base address and size of the controllers memory area | ||
6 | |||
7 | Example: | ||
8 | memory-controller@f8006000 { | ||
9 | compatible = "xlnx,zynq-ddrc-a05"; | ||
10 | reg = <0xf8006000 0x1000>; | ||
11 | }; | ||