Commit 7a4d10a1 authored by Linus Walleij's avatar Linus Walleij

ARM: dts: Add PTP timesource to the IXP456x

This adds the PTP timesource to the IXP45x and IXP46x
platforms.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent ac08b1c6
......@@ -74,5 +74,13 @@ ethernet@c800f000 {
queue-rx = <&qmgr 0>;
queue-txready = <&qmgr 0>;
};
ptp-timer@c8010000 {
compatible = "intel,ixp46x-ptp-timer";
reg = <0xc8010000 0x1000>;
interrupt-parent = <&gpio0>;
interrupts = <8 IRQ_TYPE_EDGE_FALLING>, <7 IRQ_TYPE_EDGE_FALLING>;
interrupt-names = "master", "slave";
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment