18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2016 NVIDIA CORPORATION. All rights reserved. 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Device Tree binding constants clocks for the Maxim 77620 PMIC. 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef _DT_BINDINGS_CLOCK_MAXIM_MAX77620_CLOCK_H 98c2ecf20Sopenharmony_ci#define _DT_BINDINGS_CLOCK_MAXIM_MAX77620_CLOCK_H 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci/* Fixed rate clocks. */ 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#define MAX77620_CLK_32K_OUT0 0 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci/* Total number of clocks. */ 168c2ecf20Sopenharmony_ci#define MAX77620_CLKS_NUM (MAX77620_CLK_32K_OUT0 + 1) 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_ci#endif /* _DT_BINDINGS_CLOCK_MAXIM_MAX77620_CLOCK_H */ 19