11.1Sjmcneill/* $NetBSD: maxim,max77686.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) 2014 Google, Inc 61.1Sjmcneill * 71.1Sjmcneill * Device Tree binding constants clocks for the Maxim 77686 PMIC. 81.1Sjmcneill */ 91.1Sjmcneill 101.1Sjmcneill#ifndef _DT_BINDINGS_CLOCK_MAXIM_MAX77686_CLOCK_H 111.1Sjmcneill#define _DT_BINDINGS_CLOCK_MAXIM_MAX77686_CLOCK_H 121.1Sjmcneill 131.1Sjmcneill/* Fixed rate clocks. */ 141.1Sjmcneill 151.1Sjmcneill#define MAX77686_CLK_AP 0 161.1Sjmcneill#define MAX77686_CLK_CP 1 171.1Sjmcneill#define MAX77686_CLK_PMIC 2 181.1Sjmcneill 191.1Sjmcneill/* Total number of clocks. */ 201.1Sjmcneill#define MAX77686_CLKS_NUM (MAX77686_CLK_PMIC + 1) 211.1Sjmcneill 221.1Sjmcneill#endif /* _DT_BINDINGS_CLOCK_MAXIM_MAX77686_CLOCK_H */ 23