Skip to content

Commit 01a23e3

Browse files
rmurphy-armsudeep-holla
authored andcommitted
arm64: dts: morello: Add CMN PMU
Although CMN-Skeena is mildly modified for the Morello hardware architecture, it still identifies itself as CMN-600 r3p1. Since there are also no documented changes to its PMU functionality, we can make the PMU accessible via the standard CMN-600 binding. In general, PMU registers are non-functional on CMN Fast Models, so this is only meaningful for the real SDP hardware. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Acked-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Message-Id: <cbeb3832ded539c8c4616d49d3133078a34f88ad.1748350539.git.robin.murphy@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
1 parent 8f0b4cc commit 01a23e3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

arch/arm64/boot/dts/arm/morello-sdp.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@
108108
dma-coherent;
109109
};
110110

111+
pmu@50000000 {
112+
compatible = "arm,cmn-600";
113+
reg = <0x0 0x50000000 0x0 0x4000000>;
114+
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>;
115+
arm,root-node = <0x804000>;
116+
};
117+
111118
pcie_ctlr: pcie@28c0000000 {
112119
device_type = "pci";
113120
compatible = "pci-host-ecam-generic";

0 commit comments

Comments
 (0)