/* * Copyright (c) 2025, Texas Instruments Incorporated - https://www.ti.com/ * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef PLATFORM_DEF_H #define PLATFORM_DEF_H #include #define TI_MAILBOX_TX_BASE UL(0x44240000) /* TFA sending IPC messages to TIFS */ #define TI_MAILBOX_RX_BASE UL(0x44250000) /* TIFS sending IPC messages to A53 */ #define WKUP_CTRL_MMR0_DEVICE_MANAGEMENT_BASE (0x43050000UL) #define WKUP_CTRL_MMR0_DEVICE_RESET_OFFSET (0x4000UL) #endif /* PLATFORM_DEF_H */