2 * (C) Copyright 2014 - 2015 Xilinx, Inc.
3 * Michal Simek <michal.simek@xilinx.com>
4 * (This file derived from arch/arm/cpu/armv8/zynqmp/cpu.c)
6 * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved.
8 * SPDX-License-Identifier: GPL-2.0+
12 #include <asm/system.h>
13 #include <asm/armv8/mmu.h>
15 static struct mm_region tegra_mem_map[] = {
20 .attrs = PTE_BLOCK_MEMTYPE(MT_DEVICE_NGNRNE) |
22 PTE_BLOCK_PXN | PTE_BLOCK_UXN
27 .attrs = PTE_BLOCK_MEMTYPE(MT_NORMAL) |
35 struct mm_region *mem_map = tegra_mem_map;