11.1Sjmcneill/* $NetBSD: maxim,max77802.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 77802 PMIC. 81.1Sjmcneill */ 91.1Sjmcneill 101.1Sjmcneill#ifndef _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H 111.1Sjmcneill#define _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H 121.1Sjmcneill 131.1Sjmcneill/* Fixed rate clocks. */ 141.1Sjmcneill 151.1Sjmcneill#define MAX77802_CLK_32K_AP 0 161.1Sjmcneill#define MAX77802_CLK_32K_CP 1 171.1Sjmcneill 181.1Sjmcneill/* Total number of clocks. */ 191.1Sjmcneill#define MAX77802_CLKS_NUM (MAX77802_CLK_32K_CP + 1) 201.1Sjmcneill 211.1Sjmcneill#endif /* _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H */ 22