Lines Matching +full:boost +full:- +full:supply
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - James Ogletree <jogletre@opensource.cirrus.com>
14 integrated DSP, and closed-loop algorithms.
19 - cirrus,cs40l50
27 reset-gpios:
30 vdd-a-supply:
31 description: Power supply for internal analog circuits.
33 vdd-p-supply:
34 description: Power supply for always-on circuits.
36 vdd-io-supply:
37 description: Power supply for digital input/output.
39 vdd-b-supply:
40 description: Power supply for the boost converter.
43 - compatible
44 - reg
45 - interrupts
46 - reset-gpios
47 - vdd-io-supply
52 - |
53 #include <dt-bindings/gpio/gpio.h>
54 #include <dt-bindings/interrupt-controller/irq.h>
57 #address-cells = <1>;
58 #size-cells = <0>;
60 haptic-driver@34 {
63 interrupt-parent = <&gpio>;
65 reset-gpios = <&gpio 112 GPIO_ACTIVE_LOW>;
66 vdd-io-supply = <&vreg>;