About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / serial / uniphier-uart.txt


Based on kernel version 5.6.13. Page generated on 2020-05-15 16:46 EST.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
UniPhier UART controller

Required properties:
- compatible: should be "socionext,uniphier-uart".
- reg: offset and length of the register set for the device.
- interrupts: a single interrupt specifier.
- clocks: phandle to the input clock.

Optional properties:
-auto-flow-control: enable automatic flow control support.

Example:
	aliases {
		serial0 = &serial0;
	};

	serial0: serial@54006800 {
		compatible = "socionext,uniphier-uart";
		reg = <0x54006800 0x40>;
		interrupts = <0 33 4>;
		clocks = <&uart_clk>;
	};
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog