xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/clock/mstar-msc313-mpll.h (revision 5def4c47d4bd90b209b9b4a4ba9faec15846d8fd)
1*5def4c47SEmmanuel Vadot /* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
2*5def4c47SEmmanuel Vadot /*
3*5def4c47SEmmanuel Vadot  * Output definitions for the MStar/SigmaStar MPLL
4*5def4c47SEmmanuel Vadot  *
5*5def4c47SEmmanuel Vadot  * Copyright (C) 2020 Daniel Palmer <daniel@thingy.jp>
6*5def4c47SEmmanuel Vadot  */
7*5def4c47SEmmanuel Vadot 
8*5def4c47SEmmanuel Vadot #ifndef _DT_BINDINGS_CLOCK_MSTAR_MSC313_MPLL_H
9*5def4c47SEmmanuel Vadot #define _DT_BINDINGS_CLOCK_MSTAR_MSC313_MPLL_H
10*5def4c47SEmmanuel Vadot 
11*5def4c47SEmmanuel Vadot #define MSTAR_MSC313_MPLL_DIV2	1
12*5def4c47SEmmanuel Vadot #define MSTAR_MSC313_MPLL_DIV3	2
13*5def4c47SEmmanuel Vadot #define MSTAR_MSC313_MPLL_DIV4	3
14*5def4c47SEmmanuel Vadot #define MSTAR_MSC313_MPLL_DIV5	4
15*5def4c47SEmmanuel Vadot #define MSTAR_MSC313_MPLL_DIV6	5
16*5def4c47SEmmanuel Vadot #define MSTAR_MSC313_MPLL_DIV7	6
17*5def4c47SEmmanuel Vadot #define MSTAR_MSC313_MPLL_DIV10	7
18*5def4c47SEmmanuel Vadot 
19*5def4c47SEmmanuel Vadot #endif
20