Home | History | Annotate | Line # | Download | only in clock
      1 /*	$NetBSD: mobileye,eyeq5-clk.h,v 1.1.1.1 2026/01/18 05:21:32 skrll Exp $	*/
      2 
      3 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
      4 /*
      5  * Copyright (C) 2024 Mobileye Vision Technologies Ltd.
      6  */
      7 
      8 #ifndef _DT_BINDINGS_CLOCK_MOBILEYE_EYEQ5_CLK_H
      9 #define _DT_BINDINGS_CLOCK_MOBILEYE_EYEQ5_CLK_H
     10 
     11 #define EQ5C_PLL_CPU	0
     12 #define EQ5C_PLL_VMP	1
     13 #define EQ5C_PLL_PMA	2
     14 #define EQ5C_PLL_VDI	3
     15 #define EQ5C_PLL_DDR0	4
     16 #define EQ5C_PLL_PCI	5
     17 #define EQ5C_PLL_PER	6
     18 #define EQ5C_PLL_PMAC	7
     19 #define EQ5C_PLL_MPC	8
     20 #define EQ5C_PLL_DDR1	9
     21 
     22 #define EQ5C_DIV_OSPI	10
     23 
     24 #endif
     25