1 /* $NetBSD: maxim,max77802.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) 2014 Google, Inc 6 * 7 * Device Tree binding constants clocks for the Maxim 77802 PMIC. 8 */ 9 10 #ifndef _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H 11 #define _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H 12 13 /* Fixed rate clocks. */ 14 15 #define MAX77802_CLK_32K_AP 0 16 #define MAX77802_CLK_32K_CP 1 17 18 /* Total number of clocks. */ 19 #define MAX77802_CLKS_NUM (MAX77802_CLK_32K_CP + 1) 20 21 #endif /* _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H */ 22