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-06 11:09:24 +01:00
parent 4eeeacdeba
commit d657673d1f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ HAS_WIFI_VIRTWLANS = "true"
WLAN_P2P_INTERFACE = "p2p0" WLAN_P2P_INTERFACE = "p2p0"
# XBee # XBee
XBEE_RESET_N_GPIO ?= "gpio4@21" XBEE_RESET_N_GPIO ?= "43840000.gpio@21"
XBEE_SLEEP_RQ_GPIO ?= "" XBEE_SLEEP_RQ_GPIO ?= ""
XBEE_TTY ?= "ttyLP3" XBEE_TTY ?= "ttyLP3"