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