mirror of https://gitee.com/openkylin/linux.git
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: Thor Thayer <tthayer@opensource.altera.com> Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
parent
64ded09d29
commit
a44a77115f
|
@ -616,6 +616,11 @@ l2-ecc@ffd06010 {
|
|||
compatible = "altr,socfpga-a10-l2-ecc";
|
||||
reg = <0xffd06010 0x4>;
|
||||
};
|
||||
|
||||
ocram-ecc@ff8c3000 {
|
||||
compatible = "altr,socfpga-a10-ocram-ecc";
|
||||
reg = <0xff8c3000 0x400>;
|
||||
};
|
||||
};
|
||||
|
||||
rst: rstmgr@ffd05000 {
|
||||
|
|
Loading…
Reference in New Issue