Path: blob/master/Documentation/devicetree/bindings/iio/magnetometer/infineon,tlv493d-a1b6.yaml
29539 views
# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/magnetometer/infineon,tlv493d-a1b6.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Infineon Technologies TLV493D Low-Power 3D Magnetic Sensor78maintainers:9- Dixit Parmar <dixitparmar19@gmail.com>1011properties:12$nodename:13pattern: '^magnetometer@[0-9a-f]+$'1415compatible:16const: infineon,tlv493d-a1b61718reg:19maxItems: 12021vdd-supply:22description: 2.8V to 3.5V VDD supply2324interrupts:25maxItems: 12627required:28- compatible29- reg30- vdd-supply3132additionalProperties: false3334examples:35- |36i2c {37#address-cells = <1>;38#size-cells = <0>;39magnetometer@5e {40compatible = "infineon,tlv493d-a1b6";41reg = <0x5e>;42vdd-supply = <&hall_vcc>;43};44};454647