xbee: ccimx95: fix reset line in xbee interface

Due to GPIO1 port belongs to the Always-ON (AON) domain and probed last,
port GPIO4 is probed as gpio2.

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
Francisco Gil 2026-02-09 09:05:46 +01:00
parent 90239d6343
commit 7736ba21ca
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ MACHINEOVERRIDES =. "mx95:${DIGI_FAMILY}:${DIGI_SOM}:"
# Include the machine configuration for Digi's ConnectCore 9 module
include conf/machine/include/ccimx9.inc
# XBEE
XBEE_RESET_N_GPIO = "43840000.gpio@21"
# U-Boot configurations
UBOOT_CONFIG ??= "ccimx95-dvk"
UBOOT_CONFIG[ccimx95-dvk] = "ccimx95-dvk_defconfig"