1/*	$NetBSD: bcm2835.h,v 1.1.1.3 2020/01/03 14:33:04 skrll Exp $	*/
2
3/* SPDX-License-Identifier: GPL-2.0 */
4/*
5 * Copyright (C) 2015 Broadcom Corporation
6 */
7
8#define BCM2835_PLLA			0
9#define BCM2835_PLLB			1
10#define BCM2835_PLLC			2
11#define BCM2835_PLLD			3
12#define BCM2835_PLLH			4
13
14#define BCM2835_PLLA_CORE		5
15#define BCM2835_PLLA_PER		6
16#define BCM2835_PLLB_ARM		7
17#define BCM2835_PLLC_CORE0		8
18#define BCM2835_PLLC_CORE1		9
19#define BCM2835_PLLC_CORE2		10
20#define BCM2835_PLLC_PER		11
21#define BCM2835_PLLD_CORE		12
22#define BCM2835_PLLD_PER		13
23#define BCM2835_PLLH_RCAL		14
24#define BCM2835_PLLH_AUX		15
25#define BCM2835_PLLH_PIX		16
26
27#define BCM2835_CLOCK_TIMER		17
28#define BCM2835_CLOCK_OTP		18
29#define BCM2835_CLOCK_UART		19
30#define BCM2835_CLOCK_VPU		20
31#define BCM2835_CLOCK_V3D		21
32#define BCM2835_CLOCK_ISP		22
33#define BCM2835_CLOCK_H264		23
34#define BCM2835_CLOCK_VEC		24
35#define BCM2835_CLOCK_HSM		25
36#define BCM2835_CLOCK_SDRAM		26
37#define BCM2835_CLOCK_TSENS		27
38#define BCM2835_CLOCK_EMMC		28
39#define BCM2835_CLOCK_PERI_IMAGE	29
40#define BCM2835_CLOCK_PWM		30
41#define BCM2835_CLOCK_PCM		31
42
43#define BCM2835_PLLA_DSI0		32
44#define BCM2835_PLLA_CCP2		33
45#define BCM2835_PLLD_DSI0		34
46#define BCM2835_PLLD_DSI1		35
47
48#define BCM2835_CLOCK_AVEO		36
49#define BCM2835_CLOCK_DFT		37
50#define BCM2835_CLOCK_GP0		38
51#define BCM2835_CLOCK_GP1		39
52#define BCM2835_CLOCK_GP2		40
53#define BCM2835_CLOCK_SLIM		41
54#define BCM2835_CLOCK_SMI		42
55#define BCM2835_CLOCK_TEC		43
56#define BCM2835_CLOCK_DPI		44
57#define BCM2835_CLOCK_CAM0		45
58#define BCM2835_CLOCK_CAM1		46
59#define BCM2835_CLOCK_DSI0E		47
60#define BCM2835_CLOCK_DSI1E		48
61#define BCM2835_CLOCK_DSI0P		49
62#define BCM2835_CLOCK_DSI1P		50
63
64#define BCM2711_CLOCK_EMMC2		51
65