Lines Matching +full:uart +full:- +full:attached
2 ---------------------------------
5 attached TI Bluetooth devices. The following chips are included in this
11 TI WiLink devices have a UART interface for providing Bluetooth, FM radio,
18 This bindings follows the UART slave device binding in ../serial/serial.yaml.
21 - compatible: should be one of the following:
23 "ti,wl1271-st"
24 "ti,wl1273-st"
25 "ti,wl1281-st"
26 "ti,wl1283-st"
27 "ti,wl1285-st"
28 "ti,wl1801-st"
29 "ti,wl1805-st"
30 "ti,wl1807-st"
31 "ti,wl1831-st"
32 "ti,wl1835-st"
33 "ti,wl1837-st"
36 - enable-gpios : GPIO signal controlling enabling of BT. Active high.
37 - vio-supply : Vio input supply (1.8V)
38 - vbat-supply : Vbat input supply (2.9-4.8V)
39 - clocks : Must contain an entry, for each entry in clock-names.
40 See ../clocks/clock-bindings.txt for details.
41 - clock-names : Must include the following entry:
43 - nvmem-cells: phandle to nvmem data cell that contains a 6 byte BD address
44 with the most significant byte first (big-endian).
45 - nvmem-cell-names: "bd-address" (required when nvmem-cells is specified)
53 compatible = "ti,wl1835-st";
54 enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
56 clock-names = "ext_clock";
57 nvmem-cells = <&bd_address>;
58 nvmem-cell-names = "bd-address";