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