| // SPDX-License-Identifier: GPL-2.0+ |
| * Memory map for Actions Semi Owl series SoCs. |
| * Copyright (C) 2015 Actions Semi Co., Ltd. |
| * Copyright (C) 2018 Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> |
| #include <asm/armv8/mmu.h> |
| static struct mm_region owl_mem_map[] = { |
| .attrs = PTE_BLOCK_MEMTYPE(MT_NORMAL) | |
| .virt = 0xE0000000UL, /* Peripheral block */ |
| .phys = 0xE0000000UL, /* Peripheral block */ |
| .attrs = PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) | |
| PTE_BLOCK_PXN | PTE_BLOCK_UXN |
| struct mm_region *mem_map = owl_mem_map; |