]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blob - rpp/include/drv/_tms570_hydctr/spi_def.h
Add SPI devices available on hydctr board
[pes-rpp/rpp-lib.git] / rpp / include / drv / _tms570_hydctr / spi_def.h
1 /*
2  * Copyright (C) 2015 Czech Technical University in Prague
3  *
4  * Authors:
5  *     - Michal Sojka <sojkam1@fel.cvut.cz>
6  *
7  * This document contains proprietary information belonging to Czech
8  * Technical University in Prague. Passing on and copying of this
9  * document, and communication of its contents is not permitted
10  * without prior written authorization.
11  *
12  */
13
14 #ifndef _TMS570_HYDCTR_SPI_DEF_H
15 #define _TMS570_HYDCTR_SPI_DEF_H
16
17 /* Identifiers of SPI devices (=chips) */
18
19 enum spi_device {
20         SPIDEV_MCP6S93_TH1,
21         SPIDEV_MCP6S93_TH2,
22         SPIDEV_MCP6S93_6ADC,
23         SPIDEV_TPS65381_PWR,
24         SPIDEV_MCP6S93_SENSUP,
25         SPIDEV_MCP6S93_DAC,
26
27         _SPIDEV_COUNT
28 };
29
30
31 #endif