sun5i-ccu.h revision 1.1.1.1
1/*	$NetBSD: sun5i-ccu.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $	*/
2
3/*
4 * Copyright 2016 Maxime Ripard
5 *
6 * Maxime Ripard <maxime.ripard@free-electrons.com>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 */
18
19#ifndef _RST_SUN5I_H_
20#define _RST_SUN5I_H_
21
22#define RST_USB_PHY0	0
23#define RST_USB_PHY1	1
24#define RST_GPS		2
25#define RST_DE_BE	3
26#define RST_DE_FE	4
27#define RST_TVE		5
28#define RST_LCD		6
29#define RST_CSI		7
30#define RST_VE		8
31#define RST_GPU		9
32#define RST_IEP		10
33
34#endif /* _RST_SUN5I_H_ */
35