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

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
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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";
		};
	};
};