xref: /netbsd-src/sys/external/gpl2/dts/dist/include/dt-bindings/clock/bcm2835-aux.h (revision 72bc2c8e9f09b43bbcf44c3e027f42c8fb23d7ad)
1 /*	$NetBSD: bcm2835-aux.h,v 1.1.1.2 2019/05/25 11:29:13 jmcneill Exp $	*/
2 
3 /* SPDX-License-Identifier: GPL-2.0 */
4 /*
5  * Copyright (C) 2015 Broadcom Corporation
6  */
7 
8 #define BCM2835_AUX_CLOCK_UART		0
9 #define BCM2835_AUX_CLOCK_SPI1		1
10 #define BCM2835_AUX_CLOCK_SPI2		2
11 #define BCM2835_AUX_CLOCK_COUNT		3
12