0001 Altera SOCFPGA SDRAM Error Detection & Correction [EDAC]
0002 The EDAC accesses a range of registers in the SDRAM controller.
0003
0004 Required properties:
0005 - compatible : should contain "altr,sdram-edac" or "altr,sdram-edac-a10"
0006 - altr,sdr-syscon : phandle of the sdr module
0007 - interrupts : Should contain the SDRAM ECC IRQ in the
0008 appropriate format for the IRQ controller.
0009
0010 Example:
0011 sdramedac {
0012 compatible = "altr,sdram-edac";
0013 altr,sdr-syscon = <&sdr>;
0014 interrupts = <0 39 4>;
0015 };