summaryrefslogtreecommitdiff
path: root/recipes-core/udev/files/apalis-imx8/99-toradex.rules
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-03-13 20:20:14 +0100
committerStefan Agner <stefan.agner@toradex.com>2020-03-19 16:00:23 +0000
commit492fb93221f032c4d1450ec62002b4e11e832cac (patch)
treeeda3f47e495109b09cc5f84f0c0cb13f577b1727 /recipes-core/udev/files/apalis-imx8/99-toradex.rules
parent32e6c85e8795dce3a654325fdbfb2946de891033 (diff)
recipes-core: Add udev-toradex-rules recipe
These rules make sure that a symlink is created for all i2c and tty devices. This symlinks are named like on the Toradex carrier boards. This makes it easy to identify which device in software is matching the hardware pins. Additional non-standard devices that are not named clearly on the carrier board are left out to prevent confusion. Related-to: ELB-2380 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit 47ef64803548f73a0eda753c5d3d3f7f315af606)
Diffstat (limited to 'recipes-core/udev/files/apalis-imx8/99-toradex.rules')
-rw-r--r--recipes-core/udev/files/apalis-imx8/99-toradex.rules8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-core/udev/files/apalis-imx8/99-toradex.rules b/recipes-core/udev/files/apalis-imx8/99-toradex.rules
new file mode 100644
index 0000000..0599594
--- /dev/null
+++ b/recipes-core/udev/files/apalis-imx8/99-toradex.rules
@@ -0,0 +1,8 @@
+ACTION=="add", KERNEL=="i2c-[0-9]*", ATTRS{name}=="5a820000.i2c", SYMLINK+="apalis-i2c1"
+ACTION=="add", KERNEL=="i2c-[0-9]*", ATTRS{name}=="5a830000.i2c", SYMLINK+="apalis-i2c3"
+ACTION=="add", KERNEL=="i2c-[0-9]*", ATTRS{name}=="5a810000.i2c", SYMLINK+="apalis-i2c-on-module"
+ACTION=="add", ATTRS{iomem_base}=="0x5A070010", SYMLINK+="apalis-tty1"
+ACTION=="add", ATTRS{iomem_base}=="0x5A090010", SYMLINK+="apalis-tty2"
+ACTION=="add", ATTRS{iomem_base}=="0x5A060010", SYMLINK+="apalis-tty3"
+ACTION=="add", ATTRS{iomem_base}=="0x5A080010", SYMLINK+="apalis-tty4"
+ACTION=="add", KERNELS=="watchdog", SYMLINK+="apalis-watchdog"