mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 11:04:20 +00:00
feat(tc): add NI-Tower PMU node for TC3
Enable NI-Tower PMU on TC3. Change-Id: I8a4d4e31e84ab33f95bc8b7661e873cf97561b79 Signed-off-by: Jagdish Gediya <jagdish.gediya@arm.com> Signed-off-by: Leo Yan <leo.yan@arm.com>
This commit is contained in:
parent
89c58a5087
commit
169eb7daf2
1 changed files with 5 additions and 0 deletions
|
@ -97,6 +97,11 @@
|
||||||
cpus = <&CPU0>, <&CPU1>, <&CPU2>, <&CPU3>, <&CPU4>, <&CPU5>, <&CPU6>, <&CPU7>;
|
cpus = <&CPU0>, <&CPU1>, <&CPU2>, <&CPU3>, <&CPU4>, <&CPU5>, <&CPU6>, <&CPU7>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ni-pmu {
|
||||||
|
compatible = "arm,ni-tower";
|
||||||
|
reg = <0x0 0x4f000000 0x0 0x4000000>;
|
||||||
|
};
|
||||||
|
|
||||||
sram: sram@6000000 {
|
sram: sram@6000000 {
|
||||||
cpu_scp_scmi_p2a: scp-shmem@80 {
|
cpu_scp_scmi_p2a: scp-shmem@80 {
|
||||||
compatible = "arm,scmi-shmem";
|
compatible = "arm,scmi-shmem";
|
||||||
|
|
Loading…
Add table
Reference in a new issue