11.1Sjmcneill/* $NetBSD: samsung,s2mps11.h,v 1.1.1.2 2019/01/22 14:57:02 jmcneill Exp $ */ 21.1Sjmcneill 31.1.1.2Sjmcneill/* SPDX-License-Identifier: GPL-2.0 */ 41.1Sjmcneill/* 51.1Sjmcneill * Copyright (C) 2015 Markus Reichl 61.1Sjmcneill * 71.1Sjmcneill * Device Tree binding constants clocks for the Samsung S2MPS11 PMIC. 81.1Sjmcneill */ 91.1Sjmcneill 101.1Sjmcneill#ifndef _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H 111.1Sjmcneill#define _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H 121.1Sjmcneill 131.1Sjmcneill/* Fixed rate clocks. */ 141.1Sjmcneill 151.1Sjmcneill#define S2MPS11_CLK_AP 0 161.1Sjmcneill#define S2MPS11_CLK_CP 1 171.1Sjmcneill#define S2MPS11_CLK_BT 2 181.1Sjmcneill 191.1Sjmcneill/* Total number of clocks. */ 201.1Sjmcneill#define S2MPS11_CLKS_NUM (S2MPS11_CLK_BT + 1) 211.1Sjmcneill 221.1Sjmcneill#endif /* _DT_BINDINGS_CLOCK_SAMSUNG_S2MPS11_CLOCK_H */ 23