18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (C) 2014 Google, Inc
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Device Tree binding constants clocks for the Maxim 77802 PMIC.
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H
98c2ecf20Sopenharmony_ci#define _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci/* Fixed rate clocks. */
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#define MAX77802_CLK_32K_AP		0
148c2ecf20Sopenharmony_ci#define MAX77802_CLK_32K_CP		1
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci/* Total number of clocks. */
178c2ecf20Sopenharmony_ci#define MAX77802_CLKS_NUM		(MAX77802_CLK_32K_CP + 1)
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_CLOCK_MAXIM_MAX77802_CLOCK_H */
20