armbian-build/config/boards/nanopiair.conf
Karabek f41f4a0e5d 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)
2020-01-18 13:46:31 +01:00

12 lines
327 B
Plaintext

# H3 quad core 512MB RAM SoC headless WiFi/BT eMMC
BOARD_NAME="NanoPi Air"
BOARDFAMILY="sun8i"
BOOTCONFIG="nanopi_neo_air_defconfig"
MODULES_LEGACY="g_serial"
MODULES_CURRENT="g_serial"
DEFAULT_OVERLAYS="usbhost2 usbhost3"
DEFAULT_CONSOLE="serial"
SERIALCON="ttyS0,ttyGS0"
BUILD_DESKTOP="no"
KERNEL_TARGET="legacy,current,dev"