ccimx8x-sbc-express: add XBee TTY device
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
c005b004ae
commit
571e4a521b
|
|
@ -25,6 +25,7 @@ BT_TTY ?= "ttyLP1"
|
||||||
# XBee
|
# XBee
|
||||||
XBEE_RESET_N_GPIO ?= "397"
|
XBEE_RESET_N_GPIO ?= "397"
|
||||||
XBEE_SLEEP_RQ_GPIO ?= "400"
|
XBEE_SLEEP_RQ_GPIO ?= "400"
|
||||||
|
XBEE_TTY ?= "ttyLP0"
|
||||||
|
|
||||||
# U-Boot script to be copied to the boot image
|
# U-Boot script to be copied to the boot image
|
||||||
BOOT_SCRIPTS = "boot.scr:boot.scr"
|
BOOT_SCRIPTS = "boot.scr:boot.scr"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue