Merge "feat(tc): update CPU PMU nodes for tc4" into integration

This commit is contained in:
Olivier Deprez 2025-02-04 11:54:43 +01:00 committed by TrustedFirmware Code Review
commit 269be518a8

View file

@ -13,9 +13,9 @@
#define MHU_TX_ADDR 46240000 /* hex */
#define MHU_RX_ADDR 46250000 /* hex */
#define LIT_CPU_PMU_COMPATIBLE "arm,armv8-pmuv3"
#define MID_CPU_PMU_COMPATIBLE "arm,armv8-pmuv3"
#define BIG_CPU_PMU_COMPATIBLE "arm,armv8-pmuv3"
#define LIT_CPU_PMU_COMPATIBLE "arm,nevis-pmu"
#define MID_CPU_PMU_COMPATIBLE "arm,gelas-pmu"
#define BIG_CPU_PMU_COMPATIBLE "arm,travis-pmu"
#define RSE_MHU_TX_ADDR 49020000 /* hex */
#define RSE_MHU_RX_ADDR 49030000 /* hex */