blob: f38e86b82c3d1ca04d0525f5bdce170150e379e9 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * IO-Data GLAN Tank board registers
4 */
5
6#ifndef __GLANTANK_H
7#define __GLANTANK_H
8
9#define GLANTANK_UART 0xfe800000 /* UART */
10
11
12#endif