blob: e302e306854f79381631262e213568f20e8a3a06 [file] [log] [blame]
Kshitij Sisodia8bc863d2022-03-24 17:53:34 +00001/*
Kshitij Sisodia5385a642024-01-17 13:29:43 +00002 * SPDX-FileCopyrightText: Copyright 2022, 2024 Arm Limited and/or its affiliates
3 * <open-source-office@arm.com> SPDX-License-Identifier: Apache-2.0
Kshitij Sisodia8bc863d2022-03-24 17:53:34 +00004 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 */
17
18#ifndef PERIPHERAL_MEMMAP_H
19#define PERIPHERAL_MEMMAP_H
20
Kshitij Sisodia5385a642024-01-17 13:29:43 +000021#define DESIGN_NAME "Simple platform"
22#define PL011_UART0_BASE (0x49303000) /* PL011 UART0 Base Address */
Kshitij Sisodia8bc863d2022-03-24 17:53:34 +000023
24#endif /* PERIPHERAL_MEMMAP_H */