blob: 049675944b78035b5829ed94d53f5c0d2d45fc5b [file] [log] [blame]
Rob Herringa1b01ed2012-06-13 12:01:55 -05001Calxeda DDR memory controller
2
3Properties:
Rob Herring982ac2a2013-07-23 14:04:44 -05004- compatible : Should be:
5 - "calxeda,hb-ddr-ctrl" for ECX-1000
6 - "calxeda,ecx-2000-ddr-ctrl" for ECX-2000
Rob Herringa1b01ed2012-06-13 12:01:55 -05007- reg : Address and size for DDR controller registers.
8- interrupts : Interrupt for DDR controller.
9
10Example:
11
12 memory-controller@fff00000 {
13 compatible = "calxeda,hb-ddr-ctrl";
14 reg = <0xfff00000 0x1000>;
15 interrupts = <0 91 4>;
16 };