1 /*
2  * Copyright (c) 2023-2024, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #include "tfm_peripherals_def.h"
9 #include "tfm_hal_device_header.h"
10 
11 struct platform_data_t tfm_peripheral_std_uart = {
12         UART0_BASE_S,
13         UART0_BASE_S + 0xFFF,
14         PPC_SP_DO_NOT_CONFIGURE,
15         -1
16 };
17