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:
parent
90239d6343
commit
7736ba21ca
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue