arm64: dts: mt8183: add systimer0 device node
authorDehui Sun <dehui.sun@mediatek.com>
Mon, 28 Oct 2019 06:09:44 +0000 (14:09 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Sun, 10 Nov 2019 20:14:18 +0000 (21:14 +0100)
Add systimer device node for MT8183.

Signed-off-by: Dehui Sun <dehui.sun@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8183.dtsi

index 97f84aa9fc6e1c193455f0e74af373d220aea68f..10b32471bc7b11d2735c77f40cc56867f93ae77d 100644 (file)
                        clock-names = "spi", "wrap";
                };
 
+               systimer: timer@10017000 {
+                       compatible = "mediatek,mt8183-timer",
+                                    "mediatek,mt6765-timer";
+                       reg = <0 0x10017000 0 0x1000>;
+                       interrupts = <GIC_SPI 200 IRQ_TYPE_LEVEL_HIGH>;
+                       clocks = <&topckgen CLK_TOP_CLK13M>;
+                       clock-names = "clk13m";
+               };
+
                auxadc: auxadc@11001000 {
                        compatible = "mediatek,mt8183-auxadc",
                                     "mediatek,mt8173-auxadc";