summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev/mtcdt/mtcdt-atmel-serial.rules
blob: 3cb770118e9ce466b9a8703209924d4282ee8fea (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
#
#
ATTRS{iomem_base}=="0xF8040000", SYMLINK+="gps0"
ATTRS{iomem_base}=="0xF8020000", SYMLINK+="ttyAP1"
ATTRS{iomem_base}=="0xF8028000", SYMLINK+="ttyAP2"

LABEL="mlinux_end"