libdigiapix: add board.conf file for the ConnectCore 8X SBC Pro platform

The PWM and ADC values are still to be determined, since their BSP support is
currently unavailable.

https://jira.digi.com/browse/DEL-6205

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2018-10-11 09:04:46 +02:00
parent 3af8c2f566
commit d44d97dc1b
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
[board]
model = Digi International ConnectCore 8X SBC Pro.
[GPIO]
# USER LED0 - MCA_IO18
USER_LED = 222
# USER BUTTON - MCA_IO05
USER_BUTTON = 209
[I2C]
# I2C-3 on Expansion connector.
DEFAULT_I2C_BUS = 3
[SPI]
# SPI-0 on Expansion connector.
DEFAULT_SPI = 32766,0
[PWM]
# TODO: PWM not currently supported
DEFAULT_PWM = 0,0
[ADC]
# TODO: only MCA ADCs are supported at the moment, with them being disabled by default
DEFAULT_ADC = 0,0