2 * Copyright (c) 2016 Rockchip Electronics Co., Ltd
4 * SPDX-License-Identifier: GPL-2.0+
8 #include <asm/armv8/mmu.h>
10 static struct mm_region rk3399_mem_map[] = {
15 .attrs = PTE_BLOCK_MEMTYPE(MT_NORMAL) |
21 .attrs = PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
23 PTE_BLOCK_PXN | PTE_BLOCK_UXN
30 struct mm_region *mem_map = rk3399_mem_map;