exynos.S (f26e8817b235d8764363bffcc9cbfc61867371f2) | exynos.S (f947153f92afcd957476b765dc4ac75d2680b17b) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ |
|
1/* 2 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. 3 * http://www.samsung.com | 2/* 3 * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd. 4 * http://www.samsung.com |
4 * 5 * This program is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License version 2 as 7 * published by the Free Software Foundation. 8*/ | 5 */ |
9 10/* pull in the relevant register and map files. */ 11 12#define S3C_ADDR_BASE 0xF6000000 13#define S3C_VA_UART S3C_ADDR_BASE + 0x01000000 14#define EXYNOS4_PA_UART 0x13800000 15#define EXYNOS5_PA_UART 0x12C00000 16 --- 27 unchanged lines hidden --- | 6 7/* pull in the relevant register and map files. */ 8 9#define S3C_ADDR_BASE 0xF6000000 10#define S3C_VA_UART S3C_ADDR_BASE + 0x01000000 11#define EXYNOS4_PA_UART 0x13800000 12#define EXYNOS5_PA_UART 0x12C00000 13 --- 27 unchanged lines hidden --- |