Add the interrupts needed for PTP Hardware Clock support via IEP
in SR1.0 devices.
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Diogo Ivo <diogo.ivo@siemens.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
                    "rx0", "rx1",
                    "rxmgm0", "rxmgm1";
 };
+
+&icssg0_iep0 {
+       interrupt-parent = <&icssg0_intc>;
+       interrupts = <7 7 7>;
+       interrupt-names = "iep_cap_cmp";
+};
+
+&icssg0_iep1 {
+       interrupt-parent = <&icssg0_intc>;
+       interrupts = <56 8 8>;
+       interrupt-names = "iep_cap_cmp";
+};