11.1Sjmcneill/*	$NetBSD: maxim,max77620.h,v 1.1.1.2 2020/01/03 14:33:05 skrll Exp $	*/
21.1Sjmcneill
31.1.1.2Sskrll/* SPDX-License-Identifier: GPL-2.0-only */
41.1Sjmcneill/*
51.1Sjmcneill * Copyright (C) 2016 NVIDIA CORPORATION. All rights reserved.
61.1Sjmcneill *
71.1Sjmcneill * Device Tree binding constants clocks for the Maxim 77620 PMIC.
81.1Sjmcneill */
91.1Sjmcneill
101.1Sjmcneill#ifndef _DT_BINDINGS_CLOCK_MAXIM_MAX77620_CLOCK_H
111.1Sjmcneill#define _DT_BINDINGS_CLOCK_MAXIM_MAX77620_CLOCK_H
121.1Sjmcneill
131.1Sjmcneill/* Fixed rate clocks. */
141.1Sjmcneill
151.1Sjmcneill#define MAX77620_CLK_32K_OUT0		0
161.1Sjmcneill
171.1Sjmcneill/* Total number of clocks. */
181.1Sjmcneill#define MAX77620_CLKS_NUM		(MAX77620_CLK_32K_OUT0 + 1)
191.1Sjmcneill
201.1Sjmcneill#endif /* _DT_BINDINGS_CLOCK_MAXIM_MAX77620_CLOCK_H */
21