1/*	$NetBSD: maxim,max77686.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 77686 PMIC.
8 */
9
10#ifndef _DT_BINDINGS_CLOCK_MAXIM_MAX77686_CLOCK_H
11#define _DT_BINDINGS_CLOCK_MAXIM_MAX77686_CLOCK_H
12
13/* Fixed rate clocks. */
14
15#define MAX77686_CLK_AP		0
16#define MAX77686_CLK_CP		1
17#define MAX77686_CLK_PMIC	2
18
19/* Total number of clocks. */
20#define MAX77686_CLKS_NUM		(MAX77686_CLK_PMIC + 1)
21
22#endif /* _DT_BINDINGS_CLOCK_MAXIM_MAX77686_CLOCK_H */
23