eive-obsw/bsp_q7s/boardconfig/busConf.h

18 lines
378 B
C
Raw Normal View History

2021-08-17 17:11:59 +02:00
#ifndef BSP_Q7S_BOARDCONFIG_BUSCONF_H_
#define BSP_Q7S_BOARDCONFIG_BUSCONF_H_
namespace q7s {
2021-08-17 17:48:51 +02:00
static constexpr char SPI_DEFAULT_DEV[] = "dev/spidev2.0";
static constexpr char SPI_RW_DEV[] = "dev/spidev3.0";
2021-08-17 17:11:59 +02:00
2021-08-17 17:48:51 +02:00
static constexpr char I2C_DEFAULT_DEV[] = "/dev/i2c-0";
static constexpr char UART_PLOC_MPSOC_DEV[] = "/dev/ttyUL3";
2021-08-17 17:11:59 +02:00
}
#endif /* BSP_Q7S_BOARDCONFIG_BUSCONF_H_ */