1# Copyright (c) 2019 Linaro Limited
2# SPDX-License-Identifier: Apache-2.0
3
4description: Honeywell HMC5883L 3-axis magnetometer sensor
5
6compatible: "honeywell,hmc5883l"
7
8include: [sensor-device.yaml, i2c-device.yaml]
9
10properties:
11  int-gpios:
12    type: phandle-array
13    description: DRDY pin
14
15      This pin is active low, with an internal pullup in the sensor.
16      The property value should ensure the flags properly describe
17      the signal that is presented to the driver.
18