Searched +full:milbeaut +full:- +full:usio +full:- +full:uart (Results 1 – 2 of 2) sorted by relevance
1 Socionext Milbeaut UART controller4 - compatible: should be "socionext,milbeaut-usio-uart".5 - reg: offset and length of the register set for the device.6 - interrupts: two interrupts specifier.7 - interrupt-names: should be "rx", "tx".8 - clocks: phandle to the input clock.11 - auto-flow-control: flow control enable.15 compatible = "socionext,milbeaut-usio-uart";18 interrupt-names = "rx", "tx";20 auto-flow-control;
1 // SPDX-License-Identifier: GPL-2.02 #include <dt-bindings/interrupt-controller/irq.h>3 #include <dt-bindings/input/input.h>4 #include <dt-bindings/gpio/gpio.h>5 #include <dt-bindings/interrupt-controller/arm-gic.h>9 interrupt-parent = <&gic>;10 #address-cells = <1>;11 #size-cells = <1>;14 #address-cells = <1>;15 #size-cells = <0>;[all …]