1120373Smarcus/* SPDX-License-Identifier: GPL-2.0 */
2120373Smarcus/*
3120373Smarcus * Copyright (C) 2015 Markus Reichl
4120373Smarcus *
5120373Smarcus * Device Tree binding constants clocks for the Samsung S2MPS11 PMIC.
6120373Smarcus */
7120373Smarcus
8120373Smarcus#ifndef _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H
9120373Smarcus#define _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H
10120373Smarcus
11120373Smarcus/* Fixed rate clocks. */
12120373Smarcus
13120373Smarcus#define S2MPS11_CLK_AP		0
14120373Smarcus#define S2MPS11_CLK_CP		1
15120373Smarcus#define S2MPS11_CLK_BT		2
16120373Smarcus
17120373Smarcus/* Total number of clocks. */
18120373Smarcus#define S2MPS11_CLKS_NUM		(S2MPS11_CLK_BT + 1)
19120373Smarcus
20120373Smarcus#endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H */
21120373Smarcus