summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/mediatek/mt8192/include/addressmap.h
blob: 85402d0010e3af1b50f062d9542e9c094e84ad98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: BSD-3-Clause */

#ifndef ADDRESSMAP_H
#define ADDRESSMAP_H

#include <soc/addressmap.h>

enum {
	PWRAP_BASE = IO_PHYS + 0x00026000,
};

#endif