Home | History | Annotate | Line # | Download | only in clock
      1      1.1  jmcneill /*	$NetBSD: bcm2835-aux.h,v 1.1.1.2 2019/05/25 11:29:13 jmcneill Exp $	*/
      2      1.1  jmcneill 
      3  1.1.1.2  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4      1.1  jmcneill /*
      5      1.1  jmcneill  * Copyright (C) 2015 Broadcom Corporation
      6      1.1  jmcneill  */
      7      1.1  jmcneill 
      8      1.1  jmcneill #define BCM2835_AUX_CLOCK_UART		0
      9      1.1  jmcneill #define BCM2835_AUX_CLOCK_SPI1		1
     10      1.1  jmcneill #define BCM2835_AUX_CLOCK_SPI2		2
     11      1.1  jmcneill #define BCM2835_AUX_CLOCK_COUNT		3
     12