8f9a023921b0d6079f6171e19d69ffcdc4089409
[oweals/u-boot.git] / arch / arm / mach-k3 / common.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * K3: Architecture common definitions
4  *
5  * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
6  *      Lokesh Vutla <lokeshvutla@ti.com>
7  */
8
9 #include <asm/armv7_mpu.h>
10
11 #define AM654   2
12 #define J721E   4
13
14 #define REV_PG1_0       0
15 #define REV_PG2_0       1
16
17 void setup_k3_mpu_regions(void);
18 int early_console_init(void);