# 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"