1 /* $NetBSD: maxim,max77620.h,v 1.1.1.2 2020/01/03 14:33:05 skrll Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0-only */ 4 /* 5 * Copyright (C) 2016 NVIDIA CORPORATION. All rights reserved. 6 * 7 * Device Tree binding constants clocks for the Maxim 77620 PMIC. 8 */ 9 10 #ifndef _DT_BINDINGS_CLOCK_MAXIM_MAX77620_CLOCK_H 11 #define _DT_BINDINGS_CLOCK_MAXIM_MAX77620_CLOCK_H 12 13 /* Fixed rate clocks. */ 14 15 #define MAX77620_CLK_32K_OUT0 0 16 17 /* Total number of clocks. */ 18 #define MAX77620_CLKS_NUM (MAX77620_CLK_32K_OUT0 + 1) 19 20 #endif /* _DT_BINDINGS_CLOCK_MAXIM_MAX77620_CLOCK_H */ 21