Commit 329239a1 authored by Jason-JH.Lin's avatar Jason-JH.Lin Committed by Matthias Brugger
parent 3b5838d1
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
/dts-v1/; /dts-v1/;
#include <dt-bindings/clock/mt8195-clk.h> #include <dt-bindings/clock/mt8195-clk.h>
#include <dt-bindings/gce/mt8195-gce.h>
#include <dt-bindings/interrupt-controller/arm-gic.h> #include <dt-bindings/interrupt-controller/arm-gic.h>
#include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/memory/mt8195-memory-port.h> #include <dt-bindings/memory/mt8195-memory-port.h>
...@@ -19,6 +20,11 @@ / { ...@@ -19,6 +20,11 @@ / {
#address-cells = <2>; #address-cells = <2>;
#size-cells = <2>; #size-cells = <2>;
aliases {
gce0 = &gce0;
gce1 = &gce1;
};
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
...@@ -736,6 +742,22 @@ iommu_infra: infra-iommu@10315000 { ...@@ -736,6 +742,22 @@ iommu_infra: infra-iommu@10315000 {
#iommu-cells = <1>; #iommu-cells = <1>;
}; };
gce0: mailbox@10320000 {
compatible = "mediatek,mt8195-gce";
reg = <0 0x10320000 0 0x4000>;
interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH 0>;
#mbox-cells = <2>;
clocks = <&infracfg_ao CLK_INFRA_AO_GCE>;
};
gce1: mailbox@10330000 {
compatible = "mediatek,mt8195-gce";
reg = <0 0x10330000 0 0x4000>;
interrupts = <GIC_SPI 228 IRQ_TYPE_LEVEL_HIGH 0>;
#mbox-cells = <2>;
clocks = <&infracfg_ao CLK_INFRA_AO_GCE2>;
};
scp: scp@10500000 { scp: scp@10500000 {
compatible = "mediatek,mt8195-scp"; compatible = "mediatek,mt8195-scp";
reg = <0 0x10500000 0 0x100000>, reg = <0 0x10500000 0 0x100000>,
......
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