Skip to content

Commit

Permalink
HSD#14021568402 arm64: dts: add SDU_PMU and SMMU_PMU entry for agilex5
Browse files Browse the repository at this point in the history
Added DSU_PMU and SMMU_PMU entry for agilex5 device tree.

Signed-off-by: Adrian Ng Ho Yin <adrian.ho.yin.ng@intel.com>
  • Loading branch information
hoyin0722 committed Mar 21, 2024
1 parent 83c5e3c commit 7722fdc
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
Expand Up @@ -792,6 +792,62 @@
status = "okay";
};

pmu-tcu@16002000 {
compatible = "arm,smmu-v3-pmcg";
reg = <0x0 0x16002000 0x0 0x1000>,
<0x0 0x16022000 0x0 0x1000>;
interrupt-parent = <&intc>;
interrupts = <GIC_SPI 136 IRQ_TYPE_EDGE_RISING>;
};

pmu-tbu@16042000 {
compatible = "arm,smmu-v3-pmcg";
reg = <0x0 0x16042000 0x0 0x1000>,
<0x0 0x16052000 0x0 0x1000>;
interrupt-parent = <&intc>;
interrupts = <GIC_SPI 138 IRQ_TYPE_EDGE_RISING>;
};

pmu-tbu@16062000 {
compatible = "arm,smmu-v3-pmcg";
reg = <0x0 0x16062000 0x0 0x1000>,
<0x0 0x16072000 0x0 0x1000>;
interrupt-parent = <&intc>;
interrupts = <GIC_SPI 140 IRQ_TYPE_EDGE_RISING>;
};

pmu-tbu@16082000 {
compatible = "arm,smmu-v3-pmcg";
reg = <0x0 0x16082000 0x0 0x1000>,
<0x0 0x16092000 0x0 0x1000>;
interrupt-parent = <&intc>;
interrupts = <GIC_SPI 142 IRQ_TYPE_EDGE_RISING>;
};

pmu-tbu@160A2000 {
compatible = "arm,smmu-v3-pmcg";
reg = <0x0 0x160A2000 0x0 0x1000>,
<0x0 0x160B2000 0x0 0x1000>;
interrupt-parent = <&intc>;
interrupts = <GIC_SPI 144 IRQ_TYPE_EDGE_RISING>;
};

pmu-tbu@160C2000 {
compatible = "arm,smmu-v3-pmcg";
reg = <0x0 0x160C2000 0x0 0x1000>,
<0x0 0x160D2000 0x0 0x1000>;
interrupt-parent = <&intc>;
interrupts = <GIC_SPI 146 IRQ_TYPE_EDGE_RISING>;
};

pmu-tbu@160E2000 {
compatible = "arm,smmu-v3-pmcg";
reg = <0x0 0x160E2000 0x0 0x1000>,
<0x0 0x160F2000 0x0 0x1000>;
interrupt-parent = <&intc>;
interrupts = <GIC_SPI 150 IRQ_TYPE_EDGE_RISING>;
};

rst: rstmgr@10d11000 {
compatible = "altr,stratix10-rst-mgr", "altr,rst-mgr";
reg = <0x10d11000 0x1000>;
Expand Down

0 comments on commit 7722fdc

Please sign in to comment.