Path: blob/master/Documentation/devicetree/bindings/iio/imu/bosch,smi240.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/imu/bosch,smi240.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Bosch smi240 imu78maintainers:9- Jianping Shen <Jianping.Shen@de.bosch.com>1011description:12Inertial Measurement Unit with Accelerometer and Gyroscope13with a measurement range of +/-300°/s and up to 16g.14https://www.bosch-semiconductors.com/mems-sensors/highly-automated-driving/smi240/1516properties:17compatible:18const: bosch,smi2401920reg:21maxItems: 12223vdd-supply: true24vddio-supply: true2526required:27- compatible28- reg29- vdd-supply30- vddio-supply3132allOf:33- $ref: /schemas/spi/spi-peripheral-props.yaml#3435unevaluatedProperties: false3637examples:38- |39spi {40#address-cells = <1>;41#size-cells = <0>;4243imu@0 {44compatible = "bosch,smi240";45reg = <0>;46vdd-supply = <&vdd>;47vddio-supply = <&vddio>;48spi-max-frequency = <10000000>;49};50};515253