synopsys.txt 304 B

123456789101112
  1. Binding for Synopsys IntelliDDR Multi Protocol Memory Controller
  2. Required properties:
  3. - compatible: Should be 'xlnx,zynq-ddrc-a05'
  4. - reg: Base address and size of the controllers memory area
  5. Example:
  6. memory-controller@f8006000 {
  7. compatible = "xlnx,zynq-ddrc-a05";
  8. reg = <0xf8006000 0x1000>;
  9. };