Path: blob/master/Documentation/devicetree/bindings/iio/accel/fsl,mma8452.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/accel/fsl,mma8452.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title:7Freescale MMA8451Q, MMA8452Q, MMA8453Q, MMA8652FC, MMA8653FC or FXLS8471Q8triaxial accelerometer910maintainers:11- Martin Kepplinger <martin.kepplinger@theobroma-systems.com>1213properties:14compatible:15enum:16- fsl,mma845117- fsl,mma845218- fsl,mma845319- fsl,mma865220- fsl,mma865321- fsl,fxls84712223reg:24maxItems: 12526interrupts:27description:282 highly configurable interrupt lines exist.29minItems: 130maxItems: 23132interrupt-names:33description: Specify which interrupt line is in use.34items:35enum:36- INT137- INT238minItems: 139maxItems: 24041vdd-supply: true42vddio-supply: true4344required:45- compatible46- reg4748additionalProperties: false4950examples:51- |52i2c {53#address-cells = <1>;54#size-cells = <0>;5556accel@1d {57compatible = "fsl,mma8453";58reg = <0x1d>;59interrupt-parent = <&gpio1>;60interrupts = <5 0>;61interrupt-names = "INT2";62};63};64...656667