summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/memory-controllers/synopsys.txt
blob: f9c6454146b6bee1a33514c5c01e6955d04b8499 (plain)
1
2
3
4
5
6
7
8
9
10
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>;
	};