calxeda-ddr-ctrlr.txt 390 B

12345678910111213141516
  1. Calxeda DDR memory controller
  2. Properties:
  3. - compatible : Should be:
  4. - "calxeda,hb-ddr-ctrl" for ECX-1000
  5. - "calxeda,ecx-2000-ddr-ctrl" for ECX-2000
  6. - reg : Address and size for DDR controller registers.
  7. - interrupts : Interrupt for DDR controller.
  8. Example:
  9. memory-controller@fff00000 {
  10. compatible = "calxeda,hb-ddr-ctrl";
  11. reg = <0xfff00000 0x1000>;
  12. interrupts = <0 91 4>;
  13. };