Path: blob/master/Documentation/devicetree/bindings/iio/magnetometer/bosch,bmc150_magn.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/magnetometer/bosch,bmc150_magn.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Bosch BMC150 magnetometer sensor78maintainers:9- Jonathan Cameron <jic23@kernel.org>1011description: |12Supports a range of parts, some of which form part of a multi die13package that also contains other sensors. The interface is independent14however, so a separate driver is used to support the magnetometer part.15Datasheet at:16http://ae-bst.resource.bosch.com/media/products/dokumente/bmc150/BST-BMC150-DS000-04.pdf1718properties:19compatible:20description:21Note the bmm150_magn is a deprecated compatible as this part contains only22a magnetometer.23enum:24- bosch,bmc150_magn25- bosch,bmc156_magn26- bosch,bmm15027- bosch,bmm150_magn2829reg:30maxItems: 13132vdd-supply: true33vddio-supply: true3435interrupts:36maxItems: 13738mount-matrix:39description: an optional 3x3 mounting rotation matrix.4041additionalProperties: false4243required:44- compatible45- reg4647examples:48- |49i2c {50#address-cells = <1>;51#size-cells = <0>;5253magnetometer@12 {54compatible = "bosch,bmc150_magn";55reg = <0x12>;56interrupt-parent = <&gpio1>;57interrupts = <0 1>;58};59};60...616263