aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/dt-bindings/clock/bt1-ccu.h
blob: 931a4bea67c02d47bf8f68bd02fa6fe3c6cd2fb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2020 BAIKAL ELECTRONICS, JSC
 *
 * Baikal-T1 CCU clock indices
 */
#ifndef __DT_BINDINGS_CLOCK_BT1_CCU_H
#define __DT_BINDINGS_CLOCK_BT1_CCU_H

#define CCU_CPU_PLL			0
#define CCU_SATA_PLL			1
#define CCU_DDR_PLL			2
#define CCU_PCIE_PLL			3
#define CCU_ETH_PLL			4

#endif /* __DT_BINDINGS_CLOCK_BT1_CCU_H */