aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-07-06 14:58:36 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-06 14:58:36 +0000
commitcf545572cbf6d2235971e7b883aedc60e9751e9b (patch)
tree9257b50b3345f74469abdc4ec7c526179fbe4b85 /files
parentd2ff879f1ef977b4aa9204f73c22af345ecdd737 (diff)
downloadopenembedded-cf545572cbf6d2235971e7b883aedc60e9751e9b.tar.gz
files/device_table_add: Add two device tables fragments. One adds the
SCI/SCIF serial interfaces (as found on SH* platforms) and ones adds the SM flash driver (TI flash block mapping driver) devices. This can be used with the new IMAGE_DEVICE_TABLES to add them to the standard minimal table.
Diffstat (limited to 'files')
-rw-r--r--files/device_table_add-sci.txt2
-rw-r--r--files/device_table_add-sm.txt4
2 files changed, 6 insertions, 0 deletions
diff --git a/files/device_table_add-sci.txt b/files/device_table_add-sci.txt
new file mode 100644
index 0000000000..0de0567a9a
--- /dev/null
+++ b/files/device_table_add-sci.txt
@@ -0,0 +1,2 @@
+# Include nodes for the SCI/SCIF serial ports on SH* boards
+/dev/ttySC c 640 0 5 204 8 0 1 3
diff --git a/files/device_table_add-sm.txt b/files/device_table_add-sm.txt
new file mode 100644
index 0000000000..dd0058b729
--- /dev/null
+++ b/files/device_table_add-sm.txt
@@ -0,0 +1,4 @@
+# Include nodes for the /dev/sm0 flash block mapping driver
+# and the two paritions /dev/sm0p1 and /dev/sm0p2
+/dev/sm0 b 664 0 0 240 0 - - -
+/dev/sm0p b 664 0 0 240 1 1 1 2