Commit 5bc8e287 authored by Dehui Sun's avatar Dehui Sun Committed by Matthias Brugger

arm64: dts: mt8183: add systimer0 device node

Add systimer device node for MT8183.
Signed-off-by: default avatarDehui Sun <dehui.sun@mediatek.com>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent d14e0fe3
......@@ -269,6 +269,15 @@ pwrap: pwrap@1000d000 {
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";
......
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