10db636cbSEmmanuel VadotSocionext Milbeaut UART controller 20db636cbSEmmanuel Vadot 30db636cbSEmmanuel VadotRequired properties: 40db636cbSEmmanuel Vadot- compatible: should be "socionext,milbeaut-usio-uart". 50db636cbSEmmanuel Vadot- reg: offset and length of the register set for the device. 60db636cbSEmmanuel Vadot- interrupts: two interrupts specifier. 70db636cbSEmmanuel Vadot- interrupt-names: should be "rx", "tx". 80db636cbSEmmanuel Vadot- clocks: phandle to the input clock. 90db636cbSEmmanuel Vadot 100db636cbSEmmanuel VadotOptional properties: 110db636cbSEmmanuel Vadot- auto-flow-control: flow control enable. 120db636cbSEmmanuel Vadot 130db636cbSEmmanuel VadotExample: 140db636cbSEmmanuel Vadot usio1: usio_uart@1e700010 { 150db636cbSEmmanuel Vadot compatible = "socionext,milbeaut-usio-uart"; 160db636cbSEmmanuel Vadot reg = <0x1e700010 0x10>; 170db636cbSEmmanuel Vadot interrupts = <0 141 0x4>, <0 149 0x4>; 180db636cbSEmmanuel Vadot interrupt-names = "rx", "tx"; 190db636cbSEmmanuel Vadot clocks = <&clk 2>; 200db636cbSEmmanuel Vadot auto-flow-control; 210db636cbSEmmanuel Vadot }; 22