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:
parent
3af8c2f566
commit
d44d97dc1b
|
|
@ -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
|
||||
Loading…
Reference in New Issue