xref: /openbmc/linux/Documentation/devicetree/bindings/serial/milbeaut-uart.txt (revision 597473720f4dc69749542bfcfed4a927a43d935e)
1*0e585aabSSugaya TaichiSocionext Milbeaut UART controller
2*0e585aabSSugaya Taichi
3*0e585aabSSugaya TaichiRequired properties:
4*0e585aabSSugaya Taichi- compatible: should be "socionext,milbeaut-usio-uart".
5*0e585aabSSugaya Taichi- reg: offset and length of the register set for the device.
6*0e585aabSSugaya Taichi- interrupts: two interrupts specifier.
7*0e585aabSSugaya Taichi- interrupt-names: should be "rx", "tx".
8*0e585aabSSugaya Taichi- clocks: phandle to the input clock.
9*0e585aabSSugaya Taichi
10*0e585aabSSugaya TaichiOptional properties:
11*0e585aabSSugaya Taichi- auto-flow-control: flow control enable.
12*0e585aabSSugaya Taichi
13*0e585aabSSugaya TaichiExample:
14*0e585aabSSugaya Taichi	usio1: usio_uart@1e700010 {
15*0e585aabSSugaya Taichi		compatible = "socionext,milbeaut-usio-uart";
16*0e585aabSSugaya Taichi		reg = <0x1e700010 0x10>;
17*0e585aabSSugaya Taichi		interrupts = <0 141 0x4>, <0 149 0x4>;
18*0e585aabSSugaya Taichi		interrupt-names = "rx", "tx";
19*0e585aabSSugaya Taichi		clocks = <&clk 2>;
20*0e585aabSSugaya Taichi		auto-flow-control;
21*0e585aabSSugaya Taichi	};
22