blob: 25644f523acb66029757f1bb22cacaa145ea204a [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Lucile Quirion9ee16892015-06-30 17:17:47 -04002/*
3 * (C) Copyright 2015 Savoir-faire Linux Inc.
Lucile Quirion9ee16892015-06-30 17:17:47 -04004 */
5
6#ifndef _TS4800_H
7#define _TS4800_H
8
9#define TS4800_SYSCON_BASE 0xb0010000
10
11struct ts4800_wtd_regs {
12 u16 feed;
13};
14
15#endif