]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/technologic/ts4800/ts4800.h
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[people/ms/u-boot.git] / board / technologic / ts4800 / ts4800.h
1 /*
2 * (C) Copyright 2015 Savoir-faire Linux Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7 #ifndef _TS4800_H
8 #define _TS4800_H
9
10 #define TS4800_SYSCON_BASE 0xb0010000
11
12 struct ts4800_wtd_regs {
13 u16 feed;
14 };
15
16 #endif