synopsys.txt 461 B

123456789101112131415
  1. Binding for Synopsys IntelliDDR Multi Protocol Memory Controller
  2. This controller has an optional ECC support in half-bus width (16-bit)
  3. configuration. The ECC controller corrects one bit error and detects
  4. two bit errors.
  5. Required properties:
  6. - compatible: Should be 'xlnx,zynq-ddrc-a05'
  7. - reg: Base address and size of the controllers memory area
  8. Example:
  9. memory-controller@f8006000 {
  10. compatible = "xlnx,zynq-ddrc-a05";
  11. reg = <0xf8006000 0x1000>;
  12. };