c05564c4d8
Android 13
15 lines
232 B
C
Executable file
15 lines
232 B
C
Executable file
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* arch/arm/mach-iop32x/include/mach/glantank.h
|
|
*
|
|
* IO-Data GLAN Tank board registers
|
|
*/
|
|
|
|
#ifndef __GLANTANK_H
|
|
#define __GLANTANK_H
|
|
|
|
#define GLANTANK_UART 0xfe800000 /* UART */
|
|
|
|
|
|
#endif
|