mem-ctrlr.txt 327 B

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