18c2ecf20Sopenharmony_ciAltera SOCFPGA SDRAM Error Detection & Correction [EDAC]
28c2ecf20Sopenharmony_ciThe EDAC accesses a range of registers in the SDRAM controller.
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciRequired properties:
58c2ecf20Sopenharmony_ci- compatible : should contain "altr,sdram-edac" or "altr,sdram-edac-a10"
68c2ecf20Sopenharmony_ci- altr,sdr-syscon : phandle of the sdr module
78c2ecf20Sopenharmony_ci- interrupts : Should contain the SDRAM ECC IRQ in the
88c2ecf20Sopenharmony_ci	appropriate format for the IRQ controller.
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ciExample:
118c2ecf20Sopenharmony_ci	sdramedac {
128c2ecf20Sopenharmony_ci		compatible = "altr,sdram-edac";
138c2ecf20Sopenharmony_ci		altr,sdr-syscon = <&sdr>;
148c2ecf20Sopenharmony_ci		interrupts = <0 39 4>;
158c2ecf20Sopenharmony_ci	};
16