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

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

ARM: dts: socfpga: Add Altera Arria10 OCRAM EDAC devicetree entry



Add the device tree entries needed to support the Altera On-Chip
RAM EDAC on the Arria10 chip.

Signed-off-by: default avatarThor Thayer <tthayer@opensource.altera.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent 64ded09d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -616,6 +616,11 @@
				compatible = "altr,socfpga-a10-l2-ecc";
				reg = <0xffd06010 0x4>;
			};

			ocram-ecc@ff8c3000 {
				compatible = "altr,socfpga-a10-ocram-ecc";
				reg = <0xff8c3000 0x400>;
			};
		};

		rst: rstmgr@ffd05000 {