summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/mpc8536ds.dtsi
diff options
context:
space:
mode:
authorXie Xiaobo <r63061@freescale.com>2013-03-28 10:10:33 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-04-05 16:09:20 (GMT)
commit09e7175b97a8e3eb5e917df46d917b2254d8d0f5 (patch)
treeae8cca50aa9e24b935e31e4715b2b8d4249ccb92 /arch/powerpc/boot/dts/mpc8536ds.dtsi
parent3174d42c30dc3f3c77e7caf8bd2b5c9e3fab95b1 (diff)
downloadlinux-fsl-qoriq-09e7175b97a8e3eb5e917df46d917b2254d8d0f5.tar.xz
powerpc/85xx: Adds IEEE1588 node in dts
The new property "fsl,ts-to-buffer" is introduced for platforms which can get tx time stamp from skb buffer. Some platforms, like mpc8572ds, can only get tx time stamp from register, so these platforms have no this property. Signed-off-by: Tang Yuantian <b29983@freescale.com> Signed-off-by: Xie Xiaobo <X.Xie@freescale.com> Change-Id: I4b2c9a7ad0c3a47c2c791ac7193f4ba5dc0c7627 Reviewed-on: http://git.am.freescale.net:8181/867 Reviewed-by: Manoil Claudiu-B08782 <claudiu.manoil@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8536ds.dtsi')
-rw-r--r--arch/powerpc/boot/dts/mpc8536ds.dtsi10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8536ds.dtsi b/arch/powerpc/boot/dts/mpc8536ds.dtsi
index 7c3dde8..edb205f 100644
--- a/arch/powerpc/boot/dts/mpc8536ds.dtsi
+++ b/arch/powerpc/boot/dts/mpc8536ds.dtsi
@@ -190,10 +190,19 @@
phy_type = "ulpi";
};
+ ptp_timer: ptimer@24e00 {
+ compatible = "fsl,gianfar-ptp-timer";
+ reg = <0x24e00 0xb0>;
+ fsl,ts-to-buffer;
+ fsl,tmr-prsc = <0x2>;
+ fsl,clock-source-select = <1>;
+ };
+
enet0: ethernet@24000 {
tbi-handle = <&tbi0>;
phy-handle = <&phy1>;
phy-connection-type = "rgmii-id";
+ ptimer-handle = <&ptp_timer>;
};
mdio@24520 {
@@ -225,6 +234,7 @@
tbi-handle = <&tbi1>;
phy-handle = <&phy0>;
phy-connection-type = "rgmii-id";
+ ptimer-handle = <&ptp_timer>;
};
mdio@26520 {