Skip to content

Commit

Permalink
arm64: dts: mt8192: add gce node
Browse files Browse the repository at this point in the history
add gce node for mt8192

Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>
Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
  • Loading branch information
Yongqiang Niu authored and intel-lab-lkp committed Apr 12, 2021
1 parent dcefa3f commit 22d3001
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm64/boot/dts/mediatek/mt8192.dtsi
Expand Up @@ -5,6 +5,7 @@
*/

/dts-v1/;
#include <dt-bindings/gce/mt8192-gce.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/pinctrl/mt8192-pinfunc.h>
Expand Down Expand Up @@ -291,6 +292,15 @@
clock-names = "clk13m";
};

gce: mailbox@10228000 {
compatible = "mediatek,mt8192-gce";
reg = <0 0x10228000 0 0x4000>;
interrupts = <GIC_SPI 203 IRQ_TYPE_LEVEL_HIGH 0>;
#mbox-cells = <3>;
clocks = <&infracfg CLK_INFRA_GCE>;
clock-names = "gce";
};

uart0: serial@11002000 {
compatible = "mediatek,mt8192-uart",
"mediatek,mt6577-uart";
Expand Down

0 comments on commit 22d3001

Please sign in to comment.