libdigiapix: use ccimx95 specific configuration
The ccimx95 does not share most of the configuration with the ccimx91/93, so use a specific configuration file. At the moment only the GPIO's configuration is updated for the ccimx95 (user LEDs and BUTTONs). https://onedigi.atlassian.net/browse/DEL-9809 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
b1f6954004
commit
d2861994c9
|
|
@ -0,0 +1,38 @@
|
||||||
|
[board]
|
||||||
|
model = Digi International ConnectCore 95 DVK.
|
||||||
|
|
||||||
|
[GPIO]
|
||||||
|
|
||||||
|
# USER LED1
|
||||||
|
USER_LED1 = 43850000.gpio,12
|
||||||
|
|
||||||
|
# USER_LED2
|
||||||
|
USER_LED = 43840000.gpio,23
|
||||||
|
USER_LED2 = 43840000.gpio,23
|
||||||
|
|
||||||
|
# USER BUTTON1
|
||||||
|
USER_BUTTON = 43850000.gpio,12
|
||||||
|
USER_BUTTON1 = 43850000.gpio,12
|
||||||
|
|
||||||
|
# USER BUTTON2
|
||||||
|
USER_BUTTON2 = 43840000.gpio,23
|
||||||
|
|
||||||
|
[I2C]
|
||||||
|
|
||||||
|
# I2C-3 on MikroBus connector.
|
||||||
|
DEFAULT_I2C_BUS = 2
|
||||||
|
|
||||||
|
[SPI]
|
||||||
|
|
||||||
|
# LPSPI-8 on MikroBus connector J39.
|
||||||
|
DEFAULT_SPI = 0,0
|
||||||
|
|
||||||
|
[PWM]
|
||||||
|
|
||||||
|
# PWM0 channel 1 - LVDS backlight.
|
||||||
|
DEFAULT_PWM = 0,1
|
||||||
|
|
||||||
|
[ADC]
|
||||||
|
|
||||||
|
# ADC channel 0 - Pin J48-1.
|
||||||
|
DEFAULT_ADC = 0,0
|
||||||
Loading…
Reference in New Issue