mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-14 16:06:10 +07:00
ARM: dts: r8a7744: Add IPMMU DT nodes
Add the six IPMMU instances found in the r8a7744 to DT with a disabled status. Signed-off-by: Biju Das <biju.das@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
eddcbe813d
commit
350ae49b97
@ -328,6 +328,64 @@ thermal: thermal@e61f0000 {
|
|||||||
#thermal-sensor-cells = <0>;
|
#thermal-sensor-cells = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ipmmu_sy0: mmu@e6280000 {
|
||||||
|
compatible = "renesas,ipmmu-r8a7744",
|
||||||
|
"renesas,ipmmu-vmsa";
|
||||||
|
reg = <0 0xe6280000 0 0x1000>;
|
||||||
|
interrupts = <GIC_SPI 223 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 224 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
#iommu-cells = <1>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ipmmu_sy1: mmu@e6290000 {
|
||||||
|
compatible = "renesas,ipmmu-r8a7744",
|
||||||
|
"renesas,ipmmu-vmsa";
|
||||||
|
reg = <0 0xe6290000 0 0x1000>;
|
||||||
|
interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
#iommu-cells = <1>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ipmmu_ds: mmu@e6740000 {
|
||||||
|
compatible = "renesas,ipmmu-r8a7744",
|
||||||
|
"renesas,ipmmu-vmsa";
|
||||||
|
reg = <0 0xe6740000 0 0x1000>;
|
||||||
|
interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 199 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
#iommu-cells = <1>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ipmmu_mp: mmu@ec680000 {
|
||||||
|
compatible = "renesas,ipmmu-r8a7744",
|
||||||
|
"renesas,ipmmu-vmsa";
|
||||||
|
reg = <0 0xec680000 0 0x1000>;
|
||||||
|
interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
#iommu-cells = <1>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ipmmu_mx: mmu@fe951000 {
|
||||||
|
compatible = "renesas,ipmmu-r8a7744",
|
||||||
|
"renesas,ipmmu-vmsa";
|
||||||
|
reg = <0 0xfe951000 0 0x1000>;
|
||||||
|
interrupts = <GIC_SPI 222 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 221 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
#iommu-cells = <1>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
|
ipmmu_gp: mmu@e62a0000 {
|
||||||
|
compatible = "renesas,ipmmu-r8a7744",
|
||||||
|
"renesas,ipmmu-vmsa";
|
||||||
|
reg = <0 0xe62a0000 0 0x1000>;
|
||||||
|
interrupts = <GIC_SPI 260 IRQ_TYPE_LEVEL_HIGH>,
|
||||||
|
<GIC_SPI 261 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
#iommu-cells = <1>;
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
icram0: sram@e63a0000 {
|
icram0: sram@e63a0000 {
|
||||||
compatible = "mmio-sram";
|
compatible = "mmio-sram";
|
||||||
reg = <0 0xe63a0000 0 0x12000>;
|
reg = <0 0xe63a0000 0 0x12000>;
|
||||||
|
Loading…
Reference in New Issue
Block a user