Lines Matching +full:uart +full:- +full:attached
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - David Lechner <david@lechnology.com>
14 attached TI Bluetooth devices. The following chips are included in this
20 TI WiLink devices have a UART interface for providing Bluetooth, FM radio,
27 This bindings follows the UART slave device binding in ../serial/serial.yaml.
32 - ti,cc2560
33 - ti,wl1271-st
34 - ti,wl1273-st
35 - ti,wl1281-st
36 - ti,wl1283-st
37 - ti,wl1285-st
38 - ti,wl1801-st
39 - ti,wl1805-st
40 - ti,wl1807-st
41 - ti,wl1831-st
42 - ti,wl1835-st
43 - ti,wl1837-st
45 enable-gpios:
48 vio-supply:
51 vbat-supply:
52 description: Vbat input supply (2.9-4.8V)
57 clock-names:
59 - const: ext_clock
61 max-speed:
64 nvmem-cells:
68 significant byte first (big-endian).
70 nvmem-cell-names:
72 - const: bd-address
75 - compatible
80 - |
81 #include <dt-bindings/gpio/gpio.h>
85 compatible = "ti,wl1835-st";
86 enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
88 clock-names = "ext_clock";
89 nvmem-cells = <&bd_address>;
90 nvmem-cell-names = "bd-address";