1*75a41826SThor ThayerAltera SOCFPGA SDRAM Error Detection & Correction [EDAC] 2*75a41826SThor ThayerThe EDAC accesses a range of registers in the SDRAM controller. 3*75a41826SThor Thayer 4*75a41826SThor ThayerRequired properties: 5*75a41826SThor Thayer- compatible : should contain "altr,sdram-edac"; 6*75a41826SThor Thayer- altr,sdr-syscon : phandle of the sdr module 7*75a41826SThor Thayer- interrupts : Should contain the SDRAM ECC IRQ in the 8*75a41826SThor Thayer appropriate format for the IRQ controller. 9*75a41826SThor Thayer 10*75a41826SThor ThayerExample: 11*75a41826SThor Thayer sdramedac { 12*75a41826SThor Thayer compatible = "altr,sdram-edac"; 13*75a41826SThor Thayer altr,sdr-syscon = <&sdr>; 14*75a41826SThor Thayer interrupts = <0 39 4>; 15*75a41826SThor Thayer }; 16