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
4eeeacdeba
commit
d657673d1f
|
|
@ -22,7 +22,7 @@ HAS_WIFI_VIRTWLANS = "true"
|
|||
WLAN_P2P_INTERFACE = "p2p0"
|
||||
|
||||
# XBee
|
||||
XBEE_RESET_N_GPIO ?= "gpio4@21"
|
||||
XBEE_RESET_N_GPIO ?= "43840000.gpio@21"
|
||||
XBEE_SLEEP_RQ_GPIO ?= ""
|
||||
XBEE_TTY ?= "ttyLP3"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue