xref: /openbmc/u-boot/arch/x86/dts/include/dt-bindings/clock/sun7i-a20-ccu.h (revision cc49e2bdb8fbd47af28cb7e47696322586e9fff1)
1*b9d59d08SJagan Teki /*
2*b9d59d08SJagan Teki  * Copyright (C) 2017 Priit Laes <plaes@plaes.org>
3*b9d59d08SJagan Teki  *
4*b9d59d08SJagan Teki  * This file is dual-licensed: you can use it either under the terms
5*b9d59d08SJagan Teki  * of the GPL or the X11 license, at your option. Note that this dual
6*b9d59d08SJagan Teki  * licensing only applies to this file, and not this project as a
7*b9d59d08SJagan Teki  * whole.
8*b9d59d08SJagan Teki  *
9*b9d59d08SJagan Teki  *  a) This file is free software; you can redistribute it and/or
10*b9d59d08SJagan Teki  *     modify it under the terms of the GNU General Public License as
11*b9d59d08SJagan Teki  *     published by the Free Software Foundation; either version 2 of the
12*b9d59d08SJagan Teki  *     License, or (at your option) any later version.
13*b9d59d08SJagan Teki  *
14*b9d59d08SJagan Teki  *     This file is distributed in the hope that it will be useful,
15*b9d59d08SJagan Teki  *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16*b9d59d08SJagan Teki  *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17*b9d59d08SJagan Teki  *     GNU General Public License for more details.
18*b9d59d08SJagan Teki  *
19*b9d59d08SJagan Teki  * Or, alternatively,
20*b9d59d08SJagan Teki  *
21*b9d59d08SJagan Teki  *  b) Permission is hereby granted, free of charge, to any person
22*b9d59d08SJagan Teki  *     obtaining a copy of this software and associated documentation
23*b9d59d08SJagan Teki  *     files (the "Software"), to deal in the Software without
24*b9d59d08SJagan Teki  *     restriction, including without limitation the rights to use,
25*b9d59d08SJagan Teki  *     copy, modify, merge, publish, distribute, sublicense, and/or
26*b9d59d08SJagan Teki  *     sell copies of the Software, and to permit persons to whom the
27*b9d59d08SJagan Teki  *     Software is furnished to do so, subject to the following
28*b9d59d08SJagan Teki  *     conditions:
29*b9d59d08SJagan Teki  *
30*b9d59d08SJagan Teki  *     The above copyright notice and this permission notice shall be
31*b9d59d08SJagan Teki  *     included in all copies or substantial portions of the Software.
32*b9d59d08SJagan Teki  *
33*b9d59d08SJagan Teki  *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
34*b9d59d08SJagan Teki  *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
35*b9d59d08SJagan Teki  *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
36*b9d59d08SJagan Teki  *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
37*b9d59d08SJagan Teki  *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
38*b9d59d08SJagan Teki  *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
39*b9d59d08SJagan Teki  *     OTHER DEALINGS IN THE SOFTWARE.
40*b9d59d08SJagan Teki  */
41*b9d59d08SJagan Teki 
42*b9d59d08SJagan Teki #ifndef _DT_BINDINGS_CLK_SUN7I_A20_H_
43*b9d59d08SJagan Teki #define _DT_BINDINGS_CLK_SUN7I_A20_H_
44*b9d59d08SJagan Teki 
45*b9d59d08SJagan Teki #include <dt-bindings/clock/sun4i-a10-ccu.h>
46*b9d59d08SJagan Teki 
47*b9d59d08SJagan Teki #define CLK_MBUS		166
48*b9d59d08SJagan Teki #define CLK_HDMI1_SLOW		167
49*b9d59d08SJagan Teki #define CLK_HDMI1		168
50*b9d59d08SJagan Teki #define CLK_OUT_A		169
51*b9d59d08SJagan Teki #define CLK_OUT_B		170
52*b9d59d08SJagan Teki 
53*b9d59d08SJagan Teki #endif /* _DT_BINDINGS_CLK_SUN7I_A20_H_ */
54