ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / memory-controllers / calxeda-ddr-ctrlr.txt
blob049675944b78035b5829ed94d53f5c0d2d45fc5b
1 Calxeda DDR memory controller
3 Properties:
4 - compatible : Should be:
5   - "calxeda,hb-ddr-ctrl" for ECX-1000
6   - "calxeda,ecx-2000-ddr-ctrl" for ECX-2000
7 - reg : Address and size for DDR controller registers.
8 - interrupts : Interrupt for DDR controller.
10 Example:
12         memory-controller@fff00000 {
13                 compatible = "calxeda,hb-ddr-ctrl";
14                 reg = <0xfff00000 0x1000>;
15                 interrupts = <0 91 4>;
16         };