From 921eb994f8a1ba6763caf641bd465c5177153508 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 17 Oct 2008 10:19:41 +0000 Subject: Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports) From: Grant Likely The Xilinx UART Lite and MPC5200 Programmable Serial Controller (PSC) devices have dedicated major/minor numbers. Add them to the device table data file so they get are present in the root filesystem --- target/generic/device_table.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/generic/device_table.txt') diff --git a/target/generic/device_table.txt b/target/generic/device_table.txt index 1efc161ff..2016eb3a2 100644 --- a/target/generic/device_table.txt +++ b/target/generic/device_table.txt @@ -72,6 +72,8 @@ #/dev/ttySA c 666 0 0 204 5 0 1 3 /dev/psaux c 666 0 0 10 1 0 0 - #/dev/ppp c 666 0 0 108 0 - - - +/dev/ttyPSC c 666 0 0 204 148 0 1 4 +/dev/ttyUL c 666 0 0 204 187 0 1 4 # Input stuff /dev/input d 755 0 0 - - - - - -- cgit v1.2.3