dts: mt8173: Add iommu/smi nodes for mt8173
This patch add the iommu/larbs nodes for mt8173 Signed-off-by: Yong Wu <yong.wu@mediatek.com> Reviewed-by: Daniel Kurtz <djkurtz@chromium.org> Signed-off-by: Joerg Roedel <jroedel@suse.de>
This commit is contained in:
parent
0df4fabe20
commit
5ff6b3a6d3
|
@ -14,6 +14,7 @@
|
||||||
#include <dt-bindings/clock/mt8173-clk.h>
|
#include <dt-bindings/clock/mt8173-clk.h>
|
||||||
#include <dt-bindings/interrupt-controller/irq.h>
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||||
|
#include <dt-bindings/memory/mt8173-larb-port.h>
|
||||||
#include <dt-bindings/phy/phy.h>
|
#include <dt-bindings/phy/phy.h>
|
||||||
#include <dt-bindings/power/mt8173-power.h>
|
#include <dt-bindings/power/mt8173-power.h>
|
||||||
#include <dt-bindings/reset/mt8173-resets.h>
|
#include <dt-bindings/reset/mt8173-resets.h>
|
||||||
|
@ -277,6 +278,17 @@ sysirq: intpol-controller@10200620 {
|
||||||
reg = <0 0x10200620 0 0x20>;
|
reg = <0 0x10200620 0 0x20>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
iommu: iommu@10205000 {
|
||||||
|
compatible = "mediatek,mt8173-m4u";
|
||||||
|
reg = <0 0x10205000 0 0x1000>;
|
||||||
|
interrupts = <GIC_SPI 139 IRQ_TYPE_LEVEL_LOW>;
|
||||||
|
clocks = <&infracfg CLK_INFRA_M4U>;
|
||||||
|
clock-names = "bclk";
|
||||||
|
mediatek,larbs = <&larb0 &larb1 &larb2
|
||||||
|
&larb3 &larb4 &larb5>;
|
||||||
|
#iommu-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
apmixedsys: clock-controller@10209000 {
|
apmixedsys: clock-controller@10209000 {
|
||||||
compatible = "mediatek,mt8173-apmixedsys";
|
compatible = "mediatek,mt8173-apmixedsys";
|
||||||
reg = <0 0x10209000 0 0x1000>;
|
reg = <0 0x10209000 0 0x1000>;
|
||||||
|
@ -589,29 +601,98 @@ pwm1: pwm@1401f000 {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
larb0: larb@14021000 {
|
||||||
|
compatible = "mediatek,mt8173-smi-larb";
|
||||||
|
reg = <0 0x14021000 0 0x1000>;
|
||||||
|
mediatek,smi = <&smi_common>;
|
||||||
|
power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
|
||||||
|
clocks = <&mmsys CLK_MM_SMI_LARB0>,
|
||||||
|
<&mmsys CLK_MM_SMI_LARB0>;
|
||||||
|
clock-names = "apb", "smi";
|
||||||
|
};
|
||||||
|
|
||||||
|
smi_common: smi@14022000 {
|
||||||
|
compatible = "mediatek,mt8173-smi-common";
|
||||||
|
reg = <0 0x14022000 0 0x1000>;
|
||||||
|
power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
|
||||||
|
clocks = <&mmsys CLK_MM_SMI_COMMON>,
|
||||||
|
<&mmsys CLK_MM_SMI_COMMON>;
|
||||||
|
clock-names = "apb", "smi";
|
||||||
|
};
|
||||||
|
|
||||||
|
larb4: larb@14027000 {
|
||||||
|
compatible = "mediatek,mt8173-smi-larb";
|
||||||
|
reg = <0 0x14027000 0 0x1000>;
|
||||||
|
mediatek,smi = <&smi_common>;
|
||||||
|
power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
|
||||||
|
clocks = <&mmsys CLK_MM_SMI_LARB4>,
|
||||||
|
<&mmsys CLK_MM_SMI_LARB4>;
|
||||||
|
clock-names = "apb", "smi";
|
||||||
|
};
|
||||||
|
|
||||||
imgsys: clock-controller@15000000 {
|
imgsys: clock-controller@15000000 {
|
||||||
compatible = "mediatek,mt8173-imgsys", "syscon";
|
compatible = "mediatek,mt8173-imgsys", "syscon";
|
||||||
reg = <0 0x15000000 0 0x1000>;
|
reg = <0 0x15000000 0 0x1000>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
larb2: larb@15001000 {
|
||||||
|
compatible = "mediatek,mt8173-smi-larb";
|
||||||
|
reg = <0 0x15001000 0 0x1000>;
|
||||||
|
mediatek,smi = <&smi_common>;
|
||||||
|
power-domains = <&scpsys MT8173_POWER_DOMAIN_ISP>;
|
||||||
|
clocks = <&imgsys CLK_IMG_LARB2_SMI>,
|
||||||
|
<&imgsys CLK_IMG_LARB2_SMI>;
|
||||||
|
clock-names = "apb", "smi";
|
||||||
|
};
|
||||||
|
|
||||||
vdecsys: clock-controller@16000000 {
|
vdecsys: clock-controller@16000000 {
|
||||||
compatible = "mediatek,mt8173-vdecsys", "syscon";
|
compatible = "mediatek,mt8173-vdecsys", "syscon";
|
||||||
reg = <0 0x16000000 0 0x1000>;
|
reg = <0 0x16000000 0 0x1000>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
larb1: larb@16010000 {
|
||||||
|
compatible = "mediatek,mt8173-smi-larb";
|
||||||
|
reg = <0 0x16010000 0 0x1000>;
|
||||||
|
mediatek,smi = <&smi_common>;
|
||||||
|
power-domains = <&scpsys MT8173_POWER_DOMAIN_VDEC>;
|
||||||
|
clocks = <&vdecsys CLK_VDEC_CKEN>,
|
||||||
|
<&vdecsys CLK_VDEC_LARB_CKEN>;
|
||||||
|
clock-names = "apb", "smi";
|
||||||
|
};
|
||||||
|
|
||||||
vencsys: clock-controller@18000000 {
|
vencsys: clock-controller@18000000 {
|
||||||
compatible = "mediatek,mt8173-vencsys", "syscon";
|
compatible = "mediatek,mt8173-vencsys", "syscon";
|
||||||
reg = <0 0x18000000 0 0x1000>;
|
reg = <0 0x18000000 0 0x1000>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
larb3: larb@18001000 {
|
||||||
|
compatible = "mediatek,mt8173-smi-larb";
|
||||||
|
reg = <0 0x18001000 0 0x1000>;
|
||||||
|
mediatek,smi = <&smi_common>;
|
||||||
|
power-domains = <&scpsys MT8173_POWER_DOMAIN_VENC>;
|
||||||
|
clocks = <&vencsys CLK_VENC_CKE1>,
|
||||||
|
<&vencsys CLK_VENC_CKE0>;
|
||||||
|
clock-names = "apb", "smi";
|
||||||
|
};
|
||||||
|
|
||||||
vencltsys: clock-controller@19000000 {
|
vencltsys: clock-controller@19000000 {
|
||||||
compatible = "mediatek,mt8173-vencltsys", "syscon";
|
compatible = "mediatek,mt8173-vencltsys", "syscon";
|
||||||
reg = <0 0x19000000 0 0x1000>;
|
reg = <0 0x19000000 0 0x1000>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
larb5: larb@19001000 {
|
||||||
|
compatible = "mediatek,mt8173-smi-larb";
|
||||||
|
reg = <0 0x19001000 0 0x1000>;
|
||||||
|
mediatek,smi = <&smi_common>;
|
||||||
|
power-domains = <&scpsys MT8173_POWER_DOMAIN_VENC_LT>;
|
||||||
|
clocks = <&vencltsys CLK_VENCLT_CKE1>,
|
||||||
|
<&vencltsys CLK_VENCLT_CKE0>;
|
||||||
|
clock-names = "apb", "smi";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue