diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-02 03:25:19 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-02 03:25:19 -0400 |
| commit | 461a8ecb2d76fb6f3ac1a90eb886697db869d387 (patch) | |
| tree | 476aeba66ba0cb3649ba1669ce8b85b29ed34e46 /Documentation/devicetree/bindings/tty | |
| parent | 3ba35baa55fa4420f9ea7132d728ed68cfa37d28 (diff) | |
Revert "serial: sccnxp: Add DT support"
This reverts commit 85c996907473e4ef824774b97b26499adf66521f.
Alexander wishes to remove this patch as it is incorrect.
Reported-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/tty')
| -rw-r--r-- | Documentation/devicetree/bindings/tty/serial/sccnxp-serial.txt | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/Documentation/devicetree/bindings/tty/serial/sccnxp-serial.txt b/Documentation/devicetree/bindings/tty/serial/sccnxp-serial.txt deleted file mode 100644 index d18b1698133e..000000000000 --- a/Documentation/devicetree/bindings/tty/serial/sccnxp-serial.txt +++ /dev/null | |||
| @@ -1,53 +0,0 @@ | |||
| 1 | * NXP (Philips) SCC+++(SCN+++) serial driver | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | - compatible: Should be "nxp,<ictype>". The supported ICs include sc2681, | ||
| 5 | sc2691, sc2692, sc2891, sc2892, sc28202, sc68681 and sc68692. | ||
| 6 | - reg: Address and length of the register set for the device. | ||
| 7 | - interrupts: Should contain the interrupt number. If omitted, | ||
| 8 | polling mode will be used instead, so "poll-interval" property should | ||
| 9 | be populated in this case. | ||
| 10 | |||
| 11 | Optional properties: | ||
| 12 | - clocks: Phandle to input clock. If omitted, default IC frequency will be | ||
| 13 | used instead. | ||
| 14 | - poll-interval: Poll interval time in nanoseconds. | ||
| 15 | - vcc-supply: The regulator supplying the VCC to drive the chip. | ||
| 16 | - nxp,sccnxp-io-cfg: Array contains values for the emulated modem signals. | ||
| 17 | The number of values depends on the UART-number in the selected chip. | ||
| 18 | Each value should be composed according to the following rules: | ||
| 19 | (LINE1 << SIGNAL1) | ... | (LINEX << SIGNALX), where: | ||
| 20 | LINE - VALUE: | ||
| 21 | OP0 - 1 | ||
| 22 | OP1 - 2 | ||
| 23 | OP2 - 3 | ||
| 24 | OP3 - 4 | ||
| 25 | OP4 - 5 | ||
| 26 | OP5 - 6 | ||
| 27 | OP6 - 7 | ||
| 28 | OP7 - 8 | ||
| 29 | IP0 - 9 | ||
| 30 | IP1 - 10 | ||
| 31 | IP2 - 11 | ||
| 32 | IP3 - 12 | ||
| 33 | IP4 - 13 | ||
| 34 | IP5 - 14 | ||
| 35 | IP6 - 15 | ||
| 36 | SIGNAL - VALUE: | ||
| 37 | DTR - 0 | ||
| 38 | RTS - 4 | ||
| 39 | DSR - 8 | ||
| 40 | CTS - 12 | ||
| 41 | DCD - 16 | ||
| 42 | RNG - 20 | ||
| 43 | DIR - 24 | ||
| 44 | |||
| 45 | Example (Dual UART with direction control on OP0 & OP1): | ||
| 46 | sc2892@10100000 { | ||
| 47 | compatible = "nxp,sc2892"; | ||
| 48 | reg = <0x10100000 0x10>; | ||
| 49 | poll-interval = <10000>; | ||
| 50 | clocks = <&sc2892_clk>; | ||
| 51 | vcc-supply = <&sc2892_reg>; | ||
| 52 | nxp,sccnxp-io-cfg = <0x01000000 0x02000000>; | ||
| 53 | }; | ||
