9
0
Fork 0
barebox/include/dt-bindings/clock/ar933x-clk.h

23 lines
559 B
C

/*
* Copyright (C) 2014 Antony Pavlov <antonynpavlov@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*/
#ifndef __DT_BINDINGS_AR933X_CLK_H
#define __DT_BINDINGS_AR933X_CLK_H
#define AR933X_CLK_REF 0
#define AR933X_CLK_UART 1
#define AR933X_CLK_CPU 2
#define AR933X_CLK_DDR 3
#define AR933X_CLK_AHB 4
#define AR933X_CLK_WDT 5
#define AR933X_CLK_END 6
#endif /* __DT_BINDINGS_AR933X_CLK_H */