Lines Matching refs:uart
4 - compatible : Should be "sirf,prima2-uart", "sirf, prima2-usp-uart",
5 "sirf,atlas7-uart" or "sirf,atlas7-bt-uart" which means
6 uart located in BT module and used for BT.
8 - interrupts : Should contain uart interrupt
10 - clocks : Should contain uart clock number
13 - sirf,uart-has-rtscts: we have hardware flow controller pins in hardware
14 - rts-gpios: RTS pin for USP-based UART if sirf,uart-has-rtscts is true
15 - cts-gpios: CTS pin for USP-based UART if sirf,uart-has-rtscts is true
19 uart0: uart@b0050000 {
21 compatible = "sirf,prima2-uart";
31 compatible = "sirf,prima2-usp-uart";
32 sirf,uart-has-rtscts;
37 for uart use in BT module,
38 uart6: uart@11000000 {
40 compatible = "sirf,atlas7-bt-uart", "sirf,atlas7-uart";
44 clock-names = "uart", "general", "noc";