summaryrefslogtreecommitdiff
path: root/recipes-core/udev/eudev/mtcdt/mtcdt-atmel-serial.rules
blob: 741e5335a1e4d6320ea381ca8db2587e9f499bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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"