/* * Copyright (C) 2020 Intel Corporation. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef PTCT_H #define PTCT_H #define PSRAM_BASE_HPA 0x40080000UL #define PSRAM_BASE_GPA 0x40080000UL #define PSRAM_MAX_SIZE 0x00800000UL #endif /* PTCT_H */