Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91fdd827 authored by Thor Thayer's avatar Thor Thayer Committed by Dinh Nguyen
Browse files

arm64: dts: stratix10: add sdram ecc



Add the Stratix10 ECC Manager and SDRAM EDAC nodes to the
device tree.

Signed-off-by: default avatarThor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent e8c622e2
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -454,5 +454,17 @@
			resets = <&rst WATCHDOG3_RESET>;
			status = "disabled";
		};

		eccmgr {
			compatible = "altr,socfpga-s10-ecc-manager";
			interrupts = <0 15 4>, <0 95 4>;
			interrupt-controller;
			#interrupt-cells = <2>;

			sdramedac {
				compatible = "altr,sdram-edac-s10";
				interrupts = <16 4>, <48 4>;
			};
		};
	};
};