socfpga-sdram-controller.txt 334 B

12345678910111213
  1. Altera SOCFPGA SDRAM Controller
  2. Required properties:
  3. - compatible : Should contain "altr,sdr-ctl" and "syscon".
  4. syscon is required by the Altera SOCFPGA SDRAM EDAC.
  5. - reg : Should contain 1 register range (address and length)
  6. Example:
  7. sdr: sdr@ffc25000 {
  8. compatible = "altr,sdr-ctl", "syscon";
  9. reg = <0xffc25000 0x1000>;
  10. };