socfpga-sdram-edac.txt 475 B

12345678910111213141516
  1. Altera SOCFPGA SDRAM Error Detection & Correction [EDAC]
  2. The EDAC accesses a range of registers in the SDRAM controller.
  3. Required properties:
  4. - compatible : should contain "altr,sdram-edac" or "altr,sdram-edac-a10"
  5. - altr,sdr-syscon : phandle of the sdr module
  6. - interrupts : Should contain the SDRAM ECC IRQ in the
  7. appropriate format for the IRQ controller.
  8. Example:
  9. sdramedac {
  10. compatible = "altr,sdram-edac";
  11. altr,sdr-syscon = <&sdr>;
  12. interrupts = <0 39 4>;
  13. };