Commit 3960a7a2 authored by Neal Liu's avatar Neal Liu Committed by Matthias Brugger

arm64: dts: mt6779: Support devapc

Support DEVAPC on MT6779 platforms by adding device node.
Signed-off-by: default avatarNeal Liu <neal.liu@mediatek.com>
Reviewed-by: default avatarHanks Chen <hanks.chen@mediatek.com>
Link: https://lore.kernel.org/r/1608713092-26952-2-git-send-email-neal.liu@mediatek.comSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 9260918d
......@@ -189,6 +189,14 @@ apmixed: clock-controller@1000c000 {
#clock-cells = <1>;
};
devapc: devapc@10207000 {
compatible = "mediatek,mt6779-devapc";
reg = <0 0x10207000 0 0x1000>;
interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_LOW>;
clocks = <&infracfg_ao CLK_INFRA_DEVICE_APC>;
clock-names = "devapc-infra-clock";
};
uart0: serial@11002000 {
compatible = "mediatek,mt6779-uart",
"mediatek,mt6577-uart";
......
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