Skip to content

Commit

Permalink
arm64: dts: stratix10: add sdram ecc
Browse files Browse the repository at this point in the history
Add the Stratix10 ECC Manager and SDRAM EDAC nodes to the
device tree.

Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
  • Loading branch information
Thor Thayer authored and Dinh Nguyen committed May 8, 2018
1 parent e8c622e commit 91fdd82
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};
};
};

0 comments on commit 91fdd82

Please sign in to comment.