arm64: dts: add gce node for mt8183
authorBibby Hsieh <bibby.hsieh@mediatek.com>
Thu, 21 Nov 2019 01:54:10 +0000 (09:54 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 11 Dec 2019 18:55:51 +0000 (19:55 +0100)
add gce device node for mt8183

Signed-off-by: Bibby Hsieh <bibby.hsieh@mediatek.com>
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8183.dtsi

index 10b32471bc7b11d2735c77f40cc56867f93ae77d..1ade9153e5c265b48ca4de169e3087bb9a4236b5 100644 (file)
                        clock-names = "clk13m";
                };
 
+               gce: mailbox@10238000 {
+                       compatible = "mediatek,mt8183-gce";
+                       reg = <0 0x10238000 0 0x4000>;
+                       interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_LOW>;
+                       #mbox-cells = <3>;
+                       clocks = <&infracfg CLK_INFRA_GCE>;
+                       clock-names = "gce";
+               };
+
                auxadc: auxadc@11001000 {
                        compatible = "mediatek,mt8183-auxadc",
                                     "mediatek,mt8173-auxadc";