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>
This commit is contained in:
parent
ae88b85e80
commit
c07c8b0077
1 changed files with 11 additions and 0 deletions
|
@ -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>;
|
||||||
|
};
|
Loading…
Add table
Reference in a new issue