arm64: dts: fsl: ls1028a: add ENETC 1588 timer node
authorY.b. Lu <yangbo.lu@nxp.com>
Thu, 23 May 2019 02:33:41 +0000 (02:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 May 2019 20:16:32 +0000 (13:16 -0700)
Add ENETC 1588 timer node which is ENETC PF 4 (Physiscal Function 4).

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

index b045812..4cdf84c 100644 (file)
                                compatible = "fsl,enetc";
                                reg = <0x000100 0 0 0 0>;
                        };
+                       ethernet@0,4 {
+                               compatible = "fsl,enetc-ptp";
+                               reg = <0x000400 0 0 0 0>;
+                               clocks = <&clockgen 4 0>;
+                               little-endian;
+                       };
                };
        };
 };