aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/dts/socfpga_arria10.dtsi16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
index 17e81dc9213e..5820b70c95b3 100644
--- a/arch/arm/boot/dts/socfpga_arria10.dtsi
+++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
@@ -621,6 +621,22 @@
621 compatible = "altr,socfpga-a10-ocram-ecc"; 621 compatible = "altr,socfpga-a10-ocram-ecc";
622 reg = <0xff8c3000 0x400>; 622 reg = <0xff8c3000 0x400>;
623 }; 623 };
624
625 emac0-rx-ecc@ff8c0800 {
626 compatible = "altr,socfpga-eth-mac-ecc";
627 reg = <0xff8c0800 0x400>;
628 altr,ecc-parent = <&gmac0>;
629 interrupts = <4 IRQ_TYPE_LEVEL_HIGH>,
630 <36 IRQ_TYPE_LEVEL_HIGH>;
631 };
632
633 emac0-tx-ecc@ff8c0c00 {
634 compatible = "altr,socfpga-eth-mac-ecc";
635 reg = <0xff8c0c00 0x400>;
636 altr,ecc-parent = <&gmac0>;
637 interrupts = <5 IRQ_TYPE_LEVEL_HIGH>,
638 <37 IRQ_TYPE_LEVEL_HIGH>;
639 };
624 }; 640 };
625 641
626 rst: rstmgr@ffd05000 { 642 rst: rstmgr@ffd05000 {