blob: d37fabe17bd1215df697757e6622aac5f798061e [file] [log] [blame]
Wilson Ding30530792016-02-16 19:14:53 +01001* Marvell UART : Non standard UART used in some of Marvell EBU SoCs (e.g., Armada-3700)
2
3Required properties:
4- compatible: "marvell,armada-3700-uart"
5- reg: offset and length of the register set for the device.
6- interrupts: device interrupt
7
8Example:
9 serial@12000 {
10 compatible = "marvell,armada-3700-uart";
allen yane522a092017-09-07 15:04:53 +020011 reg = <0x12000 0x200>;
Wilson Ding30530792016-02-16 19:14:53 +010012 interrupts = <43>;
13 };