Commit c07c8b00 authored by Soren Brinkmann's avatar Soren Brinkmann Committed by Michal Simek
Browse files

Documentation: devicetree: Add binding for Synopsys DDR controller

parent ae88b85e
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
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>;
	};