From d2861994c9fb962f2918ce55b4300e6897615dd0 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Mon, 10 Nov 2025 15:52:41 +0100 Subject: [PATCH] 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 --- .../libdigiapix-git/ccimx95/libdigiapix.conf | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 meta-digi-dey/recipes-digi/libdigiapix/libdigiapix-git/ccimx95/libdigiapix.conf diff --git a/meta-digi-dey/recipes-digi/libdigiapix/libdigiapix-git/ccimx95/libdigiapix.conf b/meta-digi-dey/recipes-digi/libdigiapix/libdigiapix-git/ccimx95/libdigiapix.conf new file mode 100644 index 000000000..85a568c15 --- /dev/null +++ b/meta-digi-dey/recipes-digi/libdigiapix/libdigiapix-git/ccimx95/libdigiapix.conf @@ -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