Newer
Older
barebox / dts / Bindings / serial / mvebu-uart.txt
@Sascha Hauer Sascha Hauer on 28 Nov 2017 362 bytes dts: update to v4.15-rc1
* 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 0x200>;
		interrupts = <43>;
	};