Lines Matching +full:vdd +full:- +full:s
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
13 The Yamaha YAS530 magnetometers is a line of 3-axis magnetometers
15 of Yamaha's first magnetometer YAS529. Over the years this magnetometer
20 pattern: '^magnetometer@[0-9a-f]+$'
24 - enum:
25 - yamaha,yas530
26 - yamaha,yas532
27 - yamaha,yas533
28 - yamaha,yas535
29 - yamaha,yas536
30 - yamaha,yas537
31 - yamaha,yas539
36 reset-gpios:
46 or the falling edge, is software-configurable in the hardware.
48 vdd-supply:
50 on the VDD pin, typically 1.8 V or 3.0 V.
52 iovdd-supply:
56 mount-matrix:
60 - if:
68 reset-gpios: false
70 - if:
80 - compatible
81 - reg
86 - |
87 #include <dt-bindings/interrupt-controller/irq.h>
88 #include <dt-bindings/gpio/gpio.h>
89 i2c-0 {
90 #address-cells = <1>;
91 #size-cells = <0>;
96 vdd-supply = <&ldo1_reg>;
97 iovdd-supply = <&ldo2_reg>;
98 reset-gpios = <&gpio6 12 GPIO_ACTIVE_LOW>;
103 i2c-1 {
104 #address-cells = <1>;
105 #size-cells = <0>;
110 vdd-supply = <&ldo1_reg>;