summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/p1010rdb.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/p1010rdb.dtsi')
-rw-r--r--arch/powerpc/boot/dts/p1010rdb.dtsi17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p1010rdb.dtsi b/arch/powerpc/boot/dts/p1010rdb.dtsi
index ec7c27a..7fc3402 100644
--- a/arch/powerpc/boot/dts/p1010rdb.dtsi
+++ b/arch/powerpc/boot/dts/p1010rdb.dtsi
@@ -184,6 +184,12 @@
label = "SPI Flash JFFS2 RFS";
};
};
+
+ slic@0 {
+ compatible = "zarlink,le88266";
+ reg = <0>;
+ spi-max-frequency = <8000000>;
+ };
};
usb@22000 {
@@ -227,20 +233,31 @@
};
};
+ ptp_timer: ptimer@b0e00 {
+ compatible = "fsl,gianfar-ptp-timer";
+ reg = <0xb0e00 0xb0>;
+ fsl,ts-to-buffer;
+ fsl,tmr-prsc = <0x2>;
+ fsl,clock-source-select = <1>;
+ };
+
enet0: ethernet@b0000 {
phy-handle = <&phy0>;
phy-connection-type = "rgmii-id";
+ ptimer-handle = <&ptp_timer>;
};
enet1: ethernet@b1000 {
phy-handle = <&phy1>;
tbi-handle = <&tbi0>;
phy-connection-type = "sgmii";
+ ptimer-handle = <&ptp_timer>;
};
enet2: ethernet@b2000 {
phy-handle = <&phy2>;
tbi-handle = <&tbi1>;
phy-connection-type = "sgmii";
+ ptimer-handle = <&ptp_timer>;
};
};