Lines Matching +full:vdd +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#
7 title: InvenSense ICM-426xx Inertial Measurement Unit
10 - Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>
13 6-axis MotionTracking device that combines a 3-axis gyroscope and a 3-axis
18 ultra-low-power wake-on-motion support to minimize system power consumption.
20 Other industry-leading features include InvenSense on-chip APEX Motion
25 https://invensense.tdk.com/wp-content/uploads/2020/03/DS-000292-ICM-42605-v1.4.pdf
30 - invensense,icm42600
31 - invensense,icm42602
32 - invensense,icm42605
33 - invensense,icm42622
41 drive-open-drain:
44 vdd-supply:
47 vddio-supply:
50 spi-max-frequency: true
51 spi-cpha: true
52 spi-cpol: true
55 - compatible
56 - reg
57 - interrupts
62 - |
63 #include <dt-bindings/gpio/gpio.h>
64 #include <dt-bindings/interrupt-controller/irq.h>
66 #address-cells = <1>;
67 #size-cells = <0>;
72 interrupt-parent = <&gpio2>;
74 vdd-supply = <&vdd>;
75 vddio-supply = <&vddio>;
78 - |
79 #include <dt-bindings/gpio/gpio.h>
80 #include <dt-bindings/interrupt-controller/irq.h>
82 #address-cells = <1>;
83 #size-cells = <0>;
88 spi-max-frequency = <24000000>;
89 spi-cpha;
90 spi-cpol;
91 interrupt-parent = <&gpio1>;
93 vdd-supply = <&vdd>;
94 vddio-supply = <&vddio>;