ARM: dts: Add PTP timesource to the IXP456x
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 31 Jul 2021 23:46:40 +0000 (01:46 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 8 Sep 2021 14:41:12 +0000 (16:41 +0200)
This adds the PTP timesource to the IXP45x and IXP46x
platforms.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/intel-ixp45x-ixp46x.dtsi

index b6ff614..1dd4a65 100644 (file)
                        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";
+               };
        };
 };