summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/p2020rdb-pc.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/p2020rdb-pc.dtsi')
-rw-r--r--arch/powerpc/boot/dts/p2020rdb-pc.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p2020rdb-pc.dtsi b/arch/powerpc/boot/dts/p2020rdb-pc.dtsi
index c21d1c7..154fba4 100644
--- a/arch/powerpc/boot/dts/p2020rdb-pc.dtsi
+++ b/arch/powerpc/boot/dts/p2020rdb-pc.dtsi
@@ -223,19 +223,30 @@
fsl,max-adj = <249999999>;
};
+ 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 {
fixed-link = <1 1 1000 0 0>;
phy-connection-type = "rgmii-id";
+ ptimer-handle = <&ptp_timer>;
};
enet1: ethernet@25000 {
tbi-handle = <&tbi0>;
phy-handle = <&phy0>;
phy-connection-type = "sgmii";
+ ptimer-handle = <&ptp_timer>;
};
enet2: ethernet@26000 {
phy-handle = <&phy1>;
phy-connection-type = "rgmii-id";
+ ptimer-handle = <&ptp_timer>;
};
};