1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright 2022 Broadcom Ltd.
5 #include <asm/armv8/mmu.h>
6 #include <linux/sizes.h>
8 static struct mm_region bcm96856_mem_map[] = {
13 .attrs = PTE_BLOCK_MEMTYPE(MT_NORMAL) |
21 .attrs = PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
23 PTE_BLOCK_PXN | PTE_BLOCK_UXN
31 struct mm_region *mem_map = bcm96856_mem_map;