serial: Move Marvell UART DT bindings to correct location
All other UART DT binding documentation is under Documentation/devicetree/bindings/serial/. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
973ea59e8c
commit
78bca84b95
13
Documentation/devicetree/bindings/serial/mvebu-uart.txt
Normal file
13
Documentation/devicetree/bindings/serial/mvebu-uart.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
* Marvell UART : Non standard UART used in some of Marvell EBU SoCs (e.g., Armada-3700)
|
||||
|
||||
Required properties:
|
||||
- compatible: "marvell,armada-3700-uart"
|
||||
- reg: offset and length of the register set for the device.
|
||||
- interrupts: device interrupt
|
||||
|
||||
Example:
|
||||
serial@12000 {
|
||||
compatible = "marvell,armada-3700-uart";
|
||||
reg = <0x12000 0x400>;
|
||||
interrupts = <43>;
|
||||
};
|
Reference in New Issue
Block a user