summaryrefslogtreecommitdiff
path: root/platform/generic/include/andes/qilai.h
blob: 2f00f314a2ef03f0d270771944be0d969a5b643d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * SPDX-License-Identifier: BSD-2-Clause
 *
 * Copyright (c) 2025 Andes Technology Corporation
 *
 */

#ifndef __QILAI_H__
#define __QILAI_H__

#define PCIE0_BASE 0x1000000000ULL
#define PCIE0_SIZE 0x800000000ULL
#define PCIE1_BASE 0x1800000000ULL
#define PCIE1_SIZE 0x800000000ULL
#define PCIE2_BASE 0x2000000000ULL
#define PCIE2_SIZE 0x2000000000ULL

#endif