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