Commit 836e4a2e authored by Ran Bi's avatar Ran Bi Committed by Matthias Brugger

arm64: dts: add RTC nodes for MT2712

This patch add device node for MT2712 RTC.
Signed-off-by: default avatarRan Bi <ran.bi@mediatek.com>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 9983822c
......@@ -303,6 +303,12 @@ uart5: serial@1000f000 {
status = "disabled";
};
rtc: rtc@10011000 {
compatible = "mediatek,mt2712-rtc";
reg = <0 0x10011000 0 0x1000>;
interrupts = <GIC_SPI 239 IRQ_TYPE_LEVEL_LOW>;
};
spis1: spi@10013000 {
compatible = "mediatek,mt2712-spi-slave";
reg = <0 0x10013000 0 0x100>;
......
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