summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev/mtcdt/mtcdt-atmel-serial.rules
blob: 24d2148f40df160b3533f0816e600c21ed0f1dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Rules for Atmel Serial on MTCDT-0.2
# These devices will not be present without
# loading an overlay.
ACTION=="remove", GOTO="mlinux_end"
SUBSYSTEM!="tty", GOTO="mlinux_end"

# Accessory Ports
#
# gps0 on MTCDT-0.2 will be USB 1546:01a8
# ATTRS{iomem_base}=="0xF8040000", SYMLINK+="gps0"
ATTRS{iomem_base}=="0xF8020000", SYMLINK+="ttyAP1"
ATTRS{iomem_base}=="0xF8028000", SYMLINK+="ttyAP2"

LABEL="mlinux_end"