new file mode 100644
@@ -0,0 +1,15 @@
+Altera SOCFPGA SDRAM Error Detection & Correction [EDAC]
+
+Required properties:
+- compatible : should contain "altr,sdram-edac";
+- reg : should contain the ECC register range in sdram
+ controller (address and length).
+- interrupts : Should contain the SDRAM ECC IRQ in the
+ appropriate format for the IRQ controller.
+
+Example:
+ sdramedac@0 {
+ compatible = "altr,sdram-edac";
+ reg = <0xffc2502C 0x28>;
+ interrupts = <0 39 4>;
+ };
@@ -687,6 +687,12 @@
reg = <0xffc25000 0x4>;
};
+ sdramedac@0 {
+ compatible = "altr,sdram-edac";
+ reg = <0xffc2502C 0x28>;
+ interrupts = <0 39 4>;
+ };
+
rst: rstmgr@ffd05000 {
compatible = "altr,rst-mgr";
reg = <0xffd05000 0x1000>;