Lines Matching +full:i2c +full:- +full:gate
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 MPU-3050 Gyroscope
10 - Linus Walleij <linus.walleij@linaro.org>
19 vdd-supply: true
21 vlogic-supply: true
28 mount-matrix: true
30 i2c-gate:
31 $ref: /schemas/i2c/i2c-controller.yaml
34 The MPU-3050 will pass through and forward the I2C signals from the
35 incoming I2C bus, alternatively drive traffic to a slave device (usually
37 i2c-gate subnode.
40 - compatible
41 - reg
46 - |
47 #include <dt-bindings/interrupt-controller/irq.h>
48 i2c {
49 #address-cells = <1>;
50 #size-cells = <0>;
54 interrupt-parent = <&foo>;
56 vdd-supply = <&bar>;
57 vlogic-supply = <&baz>;
59 i2c-gate {
60 #address-cells = <1>;
61 #size-cells = <0>;
64 compatible = "asahi-kasei,ak8975";