177943Sdfr/*
277943Sdfr * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org>
377943Sdfr *
4163898Smarcel * This file is dual-licensed: you can use it either under the terms
5163898Smarcel * of the GPL or the X11 license, at your option. Note that this dual
6163898Smarcel * licensing only applies to this file, and not this project as a
7163898Smarcel * whole.
8163898Smarcel *
9163898Smarcel *  a) This file is free software; you can redistribute it and/or
10163898Smarcel *     modify it under the terms of the GNU General Public License as
11163898Smarcel *     published by the Free Software Foundation; either version 2 of the
1277943Sdfr *     License, or (at your option) any later version.
1377943Sdfr *
1477943Sdfr *     This file is distributed in the hope that it will be useful,
1577943Sdfr *     but WITHOUT ANY WARRANTY; without even the implied warranty of
1677943Sdfr *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1777943Sdfr *     GNU General Public License for more details.
1877943Sdfr *
1977943Sdfr * Or, alternatively,
2077943Sdfr *
2177943Sdfr *  b) Permission is hereby granted, free of charge, to any person
2277943Sdfr *     obtaining a copy of this software and associated documentation
2377943Sdfr *     files (the "Software"), to deal in the Software without
2477943Sdfr *     restriction, including without limitation the rights to use,
2577943Sdfr *     copy, modify, merge, publish, distribute, sublicense, and/or
2677943Sdfr *     sell copies of the Software, and to permit persons to whom the
2777943Sdfr *     Software is furnished to do so, subject to the following
2877943Sdfr *     conditions:
2977943Sdfr *
3077943Sdfr *     The above copyright notice and this permission notice shall be
31163898Smarcel *     included in all copies or substantial portions of the Software.
32163898Smarcel *
33163898Smarcel *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34163898Smarcel *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35163898Smarcel *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36163898Smarcel *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
3777943Sdfr *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
3877943Sdfr *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
3977943Sdfr *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
40163898Smarcel *     OTHER DEALINGS IN THE SOFTWARE.
4177943Sdfr */
4277943Sdfr
4377943Sdfr#ifndef _DT_BINDINGS_CLOCK_SUN9I_A80_DE_H_
44163898Smarcel#define _DT_BINDINGS_CLOCK_SUN9I_A80_DE_H_
4577943Sdfr
4677943Sdfr#define CLK_FE0			0
4777943Sdfr#define CLK_FE1			1
4877943Sdfr#define CLK_FE2			2
4977943Sdfr#define CLK_IEP_DEU0		3
5077943Sdfr#define CLK_IEP_DEU1		4
5177943Sdfr#define CLK_BE0			5
5277943Sdfr#define CLK_BE1			6
5377943Sdfr#define CLK_BE2			7
5477943Sdfr#define CLK_IEP_DRC0		8
5577943Sdfr#define CLK_IEP_DRC1		9
5677943Sdfr#define CLK_MERGE		10
57163898Smarcel
5877943Sdfr#define CLK_DRAM_FE0		11
5977943Sdfr#define CLK_DRAM_FE1		12
6077943Sdfr#define CLK_DRAM_FE2		13
6177943Sdfr#define CLK_DRAM_DEU0		14
6277943Sdfr#define CLK_DRAM_DEU1		15
6377943Sdfr#define CLK_DRAM_BE0		16
6477943Sdfr#define CLK_DRAM_BE1		17
6577943Sdfr#define CLK_DRAM_BE2		18
6677943Sdfr#define CLK_DRAM_DRC0		19
6777943Sdfr#define CLK_DRAM_DRC1		20
6877943Sdfr
69163898Smarcel#define CLK_BUS_FE0		21
7077943Sdfr#define CLK_BUS_FE1		22
7177943Sdfr#define CLK_BUS_FE2		23
7277943Sdfr#define CLK_BUS_DEU0		24
7377943Sdfr#define CLK_BUS_DEU1		25
7477943Sdfr#define CLK_BUS_BE0		26
7577943Sdfr#define CLK_BUS_BE1		27
7677943Sdfr#define CLK_BUS_BE2		28
7777943Sdfr#define CLK_BUS_DRC0		29
7877943Sdfr#define CLK_BUS_DRC1		30
7977943Sdfr
8077943Sdfr#endif /* _DT_BINDINGS_CLOCK_SUN9I_A80_DE_H_ */
8177943Sdfr