Lines Matching +full:vdd_io +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/net/bluetooth/amlogic,w155s2-bt.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 The W155S2 is an Amlogic Bluetooth and Wi-Fi combo chip. It works on
12 the standard H4 protocol via a 4-wire UART interface, with baud rates
16 - Yang Li <yang.li@amlogic.com>
21 - items:
22 - enum:
23 - amlogic,w265s1-bt
24 - amlogic,w265p1-bt
25 - const: amlogic,w155s2-bt
26 - enum:
27 - amlogic,w155s2-bt
28 - amlogic,w265s2-bt
34 enable-gpios:
37 vddio-supply:
38 description: VDD_IO supply regulator handle
40 firmware-name:
45 - compatible
46 - clocks
47 - enable-gpios
48 - vddio-supply
49 - firmware-name
54 - |
55 #include <dt-bindings/gpio/gpio.h>
57 compatible = "amlogic,w155s2-bt";
59 enable-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>;
60 vddio-supply = <&wcn_3v3>;
61 firmware-name = "amlogic/aml_w155s2_bt_uart.bin";