Home | History | Annotate | Line # | Download | only in clock
      1 /*	$NetBSD: samsung,s2mps11.h,v 1.1.1.2 2019/01/22 14:57:02 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0 */
      4 /*
      5  * Copyright (C) 2015 Markus Reichl
      6  *
      7  * Device Tree binding constants clocks for the Samsung S2MPS11 PMIC.
      8  */
      9 
     10 #ifndef _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H
     11 #define _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H
     12 
     13 /* Fixed rate clocks. */
     14 
     15 #define S2MPS11_CLK_AP		0
     16 #define S2MPS11_CLK_CP		1
     17 #define S2MPS11_CLK_BT		2
     18 
     19 /* Total number of clocks. */
     20 #define S2MPS11_CLKS_NUM		(S2MPS11_CLK_BT + 1)
     21 
     22 #endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H */
     23