Newer
Older
barebox / dts / Bindings / memory-controllers / synopsys.txt
@Sascha Hauer Sascha Hauer on 21 Oct 2014 304 bytes dts: update to v3.18-rc1
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>;
	};