1295011Sandrew/*
2295011Sandrew * Copyright (C) 2015 Broadcom Corporation
3295011Sandrew *
4295011Sandrew * This program is free software; you can redistribute it and/or
5295011Sandrew * modify it under the terms of the GNU General Public License as
6295011Sandrew * published by the Free Software Foundation version 2.
7295011Sandrew *
8295011Sandrew * This program is distributed "as is" WITHOUT ANY WARRANTY of any
9295011Sandrew * kind, whether express or implied; without even the implied warranty
10295011Sandrew * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11295011Sandrew * GNU General Public License for more details.
12295011Sandrew */
13295011Sandrew
14295011Sandrew#define BCM2835_AUX_CLOCK_UART		0
15295011Sandrew#define BCM2835_AUX_CLOCK_SPI1		1
16295011Sandrew#define BCM2835_AUX_CLOCK_SPI2		2
17295011Sandrew#define BCM2835_AUX_CLOCK_COUNT		3
18