xref: /freebsd/sys/contrib/device-tree/include/dt-bindings/clock/mobileye,eyeq5-clk.h (revision 01950c46b8155250f64374fb72fc11faa44bf099)
1*01950c46SEmmanuel Vadot /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2*01950c46SEmmanuel Vadot /*
3*01950c46SEmmanuel Vadot  * Copyright (C) 2024 Mobileye Vision Technologies Ltd.
4*01950c46SEmmanuel Vadot  */
5*01950c46SEmmanuel Vadot 
6*01950c46SEmmanuel Vadot #ifndef _DT_BINDINGS_CLOCK_MOBILEYE_EYEQ5_CLK_H
7*01950c46SEmmanuel Vadot #define _DT_BINDINGS_CLOCK_MOBILEYE_EYEQ5_CLK_H
8*01950c46SEmmanuel Vadot 
9*01950c46SEmmanuel Vadot #define EQ5C_PLL_CPU	0
10*01950c46SEmmanuel Vadot #define EQ5C_PLL_VMP	1
11*01950c46SEmmanuel Vadot #define EQ5C_PLL_PMA	2
12*01950c46SEmmanuel Vadot #define EQ5C_PLL_VDI	3
13*01950c46SEmmanuel Vadot #define EQ5C_PLL_DDR0	4
14*01950c46SEmmanuel Vadot #define EQ5C_PLL_PCI	5
15*01950c46SEmmanuel Vadot #define EQ5C_PLL_PER	6
16*01950c46SEmmanuel Vadot #define EQ5C_PLL_PMAC	7
17*01950c46SEmmanuel Vadot #define EQ5C_PLL_MPC	8
18*01950c46SEmmanuel Vadot #define EQ5C_PLL_DDR1	9
19*01950c46SEmmanuel Vadot 
20*01950c46SEmmanuel Vadot #define EQ5C_DIV_OSPI	10
21*01950c46SEmmanuel Vadot 
22*01950c46SEmmanuel Vadot #endif
23