1 /* $NetBSD: bcm2835-aux.h,v 1.1.1.1 2017/06/15 20:14:23 jmcneill Exp $ */ 2 3 /* 4 * Copyright (C) 2015 Broadcom Corporation 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License as 8 * published by the Free Software Foundation version 2. 9 * 10 * This program is distributed "as is" WITHOUT ANY WARRANTY of any 11 * kind, whether express or implied; without even the implied warranty 12 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 */ 15 16 #define BCM2835_AUX_CLOCK_UART 0 17 #define BCM2835_AUX_CLOCK_SPI1 1 18 #define BCM2835_AUX_CLOCK_SPI2 2 19 #define BCM2835_AUX_CLOCK_COUNT 3 20