]> Git Repo - linux.git/blob - include/dt-bindings/clock/clps711x-clock.h
Linux 6.14-rc3
[linux.git] / include / dt-bindings / clock / clps711x-clock.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2014 Alexander Shiyan <[email protected]>
4  */
5
6 #ifndef __DT_BINDINGS_CLOCK_CLPS711X_H
7 #define __DT_BINDINGS_CLOCK_CLPS711X_H
8
9 #define CLPS711X_CLK_DUMMY      0
10 #define CLPS711X_CLK_CPU        1
11 #define CLPS711X_CLK_BUS        2
12 #define CLPS711X_CLK_PLL        3
13 #define CLPS711X_CLK_TIMERREF   4
14 #define CLPS711X_CLK_TIMER1     5
15 #define CLPS711X_CLK_TIMER2     6
16 #define CLPS711X_CLK_PWM        7
17 #define CLPS711X_CLK_SPIREF     8
18 #define CLPS711X_CLK_SPI        9
19 #define CLPS711X_CLK_UART       10
20 #define CLPS711X_CLK_TICK       11
21 #define CLPS711X_CLK_MAX        12
22
23 #endif
This page took 0.030594 seconds and 4 git commands to generate.