Merge branch 'omap-for-v4.8/legacy' into for-next
[deliverable/linux.git] / Documentation / devicetree / bindings / serial / mvebu-uart.txt
1 * Marvell UART : Non standard UART used in some of Marvell EBU SoCs (e.g., Armada-3700)
2
3 Required properties:
4 - compatible: "marvell,armada-3700-uart"
5 - reg: offset and length of the register set for the device.
6 - interrupts: device interrupt
7
8 Example:
9 serial@12000 {
10 compatible = "marvell,armada-3700-uart";
11 reg = <0x12000 0x400>;
12 interrupts = <43>;
13 };
This page took 0.030795 seconds and 5 git commands to generate.