ccimx95-dvk: update XBee UART and reset GPIO for smarc

Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
Francisco Gil 2026-05-12 12:45:42 +02:00
parent 3a3d6c699f
commit 351a8df4ef
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ HAS_WIFI_VIRTWLANS = "true"
WLAN_P2P_INTERFACE = "p2p0"
# XBee
XBEE_RESET_N_GPIO ?= "43840000.gpio@21"
XBEE_RESET_N_GPIO ?= "43820000.gpio@7"
XBEE_SLEEP_RQ_GPIO ?= ""
XBEE_TTY ?= "ttyLP3"
XBEE_TTY ?= "ttyLP6"
# U-Boot configurations
UBOOT_CONFIG ??= "ccimx95-dvk"