NanoPi Air board config: correct USB overlays (#1747)

In addition to USB0 (OTG/microUSB port) this board exposes *only* USB2 and USB3 on its headers. USB1 is not available.
See also schematics (http://wiki.friendlyarm.com/wiki/images/9/98/NanoPi-NEO-Air-1608-Schematic.pdf) and
manufacturer info (http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO_Air#Layout)
This commit is contained in:
Karabek 2020-01-18 13:46:31 +01:00 committed by Igor Pečovnik
parent fd35ca17cf
commit f41f4a0e5d

View File

@ -4,7 +4,7 @@ BOARDFAMILY="sun8i"
BOOTCONFIG="nanopi_neo_air_defconfig"
MODULES_LEGACY="g_serial"
MODULES_CURRENT="g_serial"
DEFAULT_OVERLAYS="usbhost1 usbhost2"
DEFAULT_OVERLAYS="usbhost2 usbhost3"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0,ttyGS0"
BUILD_DESKTOP="no"