diff options
| author | Niklas Cassel <nks@flawful.org> | 2015-02-18 17:29:38 -0500 |
|---|---|---|
| committer | Rob Herring <robh@kernel.org> | 2015-03-02 09:08:58 -0500 |
| commit | 25e8f336e535d10c30216e1ba330fbea98dfccc5 (patch) | |
| tree | 4f97df0a7b54319ecd14dc71bf900da8ebbce268 | |
| parent | 0d1886df6f770f881daa275fc2d3aae0c1cb5c9d (diff) | |
serial: add device tree binding documentation for ETRAX FS UART
Signed-off-by: Niklas Cassel <nks@flawful.org>
Signed-off-by: Rob Herring <robh@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/serial/axis,etraxfs-uart.txt | 19 | ||||
| -rw-r--r-- | Documentation/devicetree/bindings/vendor-prefixes.txt | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/axis,etraxfs-uart.txt b/Documentation/devicetree/bindings/serial/axis,etraxfs-uart.txt new file mode 100644 index 000000000000..ebcbb62c0a76 --- /dev/null +++ b/Documentation/devicetree/bindings/serial/axis,etraxfs-uart.txt | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | ETRAX FS UART | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | - compatible : "axis,etraxfs-uart" | ||
| 5 | - reg: offset and length of the register set for the device. | ||
| 6 | - interrupts: device interrupt | ||
| 7 | |||
| 8 | Optional properties: | ||
| 9 | - {dtr,dsr,ri,cd}-gpios: specify a GPIO for DTR/DSR/RI/CD | ||
| 10 | line respectively. | ||
| 11 | |||
| 12 | Example: | ||
| 13 | |||
| 14 | serial@b00260000 { | ||
| 15 | compatible = "axis,etraxfs-uart"; | ||
| 16 | reg = <0xb0026000 0x1000>; | ||
| 17 | interrupts = <68>; | ||
| 18 | status = "disabled"; | ||
| 19 | }; | ||
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt index db0e94f26149..fae26d014aaf 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt | |||
| @@ -28,6 +28,7 @@ atmel Atmel Corporation | |||
| 28 | auo AU Optronics Corporation | 28 | auo AU Optronics Corporation |
| 29 | avago Avago Technologies | 29 | avago Avago Technologies |
| 30 | avic Shanghai AVIC Optoelectronics Co., Ltd. | 30 | avic Shanghai AVIC Optoelectronics Co., Ltd. |
| 31 | axis Axis Communications AB | ||
| 31 | bosch Bosch Sensortec GmbH | 32 | bosch Bosch Sensortec GmbH |
| 32 | brcm Broadcom Corporation | 33 | brcm Broadcom Corporation |
| 33 | buffalo Buffalo, Inc. | 34 | buffalo Buffalo, Inc. |
