1 Altera SOCFPGA SDRAM Error Detection & Correct 1 Altera SOCFPGA SDRAM Error Detection & Correction [EDAC] 2 The EDAC accesses a range of registers in the 2 The EDAC accesses a range of registers in the SDRAM controller. 3 3 4 Required properties: 4 Required properties: 5 - compatible : should contain "altr,sdram-edac 5 - compatible : should contain "altr,sdram-edac" or "altr,sdram-edac-a10" 6 - altr,sdr-syscon : phandle of the sdr module 6 - altr,sdr-syscon : phandle of the sdr module 7 - interrupts : Should contain the SDRAM ECC IR 7 - interrupts : Should contain the SDRAM ECC IRQ in the 8 appropriate format for the IRQ control 8 appropriate format for the IRQ controller. 9 9 10 Example: 10 Example: 11 sdramedac { 11 sdramedac { 12 compatible = "altr,sdram-edac" 12 compatible = "altr,sdram-edac"; 13 altr,sdr-syscon = <&sdr>; 13 altr,sdr-syscon = <&sdr>; 14 interrupts = <0 39 4>; 14 interrupts = <0 39 4>; 15 }; 15 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.