mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
ARM: dts: Add PTP timesource to the IXP456x
This adds the PTP timesource to the IXP45x and IXP46x platforms. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
@@ -74,5 +74,13 @@
|
||||
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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user