mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
dt-bindings: iio: magnetometer: add QST QMC6308
Add device tree bindings for the QST QMC6308, a 3-axis anisotropic magnetoresistive (AMR) magnetometer. It is an I2C device with a single supply and no interrupt pin, at I2C address 0x2c. Assisted-by: Claude:claude-fable-5 Signed-off-by: Jorijn van der Graaf <jorijnvdgraaf@catcrafts.net> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Jonathan Cameron <jonathan.cameron@oss.qualcomm.com>
This commit is contained in:
parent
76fde0f9ea
commit
3e37fdbc67
|
|
@ -0,0 +1,47 @@
|
|||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||
%YAML 1.2
|
||||
---
|
||||
$id: http://devicetree.org/schemas/iio/magnetometer/qstcorp,qmc6308.yaml#
|
||||
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
||||
|
||||
title: QST QMC6308 3-Axis Magnetic Sensor
|
||||
|
||||
maintainers:
|
||||
- Jorijn van der Graaf <jorijnvdgraaf@catcrafts.net>
|
||||
|
||||
description:
|
||||
QST QMC6308 3-axis anisotropic magnetoresistive (AMR) magnetic sensor
|
||||
on I2C bus, with a single supply and no interrupt pin.
|
||||
https://qstcorp.com/upload/pdf/202202/13-52-15%20QMC6308%20Datasheet%20Rev.%20F(1).pdf
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
const: qstcorp,qmc6308
|
||||
|
||||
reg:
|
||||
maxItems: 1
|
||||
|
||||
vdd-supply: true
|
||||
|
||||
mount-matrix: true
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- reg
|
||||
- vdd-supply
|
||||
|
||||
additionalProperties: false
|
||||
|
||||
examples:
|
||||
- |
|
||||
i2c {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
magnetometer@2c {
|
||||
compatible = "qstcorp,qmc6308";
|
||||
reg = <0x2c>;
|
||||
vdd-supply = <&vdd_1v8_reg>;
|
||||
};
|
||||
};
|
||||
...
|
||||
|
|
@ -22061,6 +22061,12 @@ S: Maintained
|
|||
F: Documentation/devicetree/bindings/iio/magnetometer/qstcorp,qmc5883l.yaml
|
||||
F: drivers/iio/magnetometer/qmc5883l.c
|
||||
|
||||
QST QMC6308 3-AXIS MAGNETIC SENSOR
|
||||
M: Jorijn van der Graaf <jorijnvdgraaf@catcrafts.net>
|
||||
L: linux-iio@vger.kernel.org
|
||||
S: Maintained
|
||||
F: Documentation/devicetree/bindings/iio/magnetometer/qstcorp,qmc6308.yaml
|
||||
|
||||
QT1010 MEDIA DRIVER
|
||||
L: linux-media@vger.kernel.org
|
||||
S: Orphan
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user