| # Copyright (c) 2019 Linaro Limited | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: Honeywell HMC5883L 3-axis magnetometer sensor | |
| compatible: "honeywell,hmc5883l" | |
| include: [sensor-device.yaml, i2c-device.yaml] | |
| properties: | |
| int-gpios: | |
| type: phandle-array | |
| description: DRDY pin | |
| This pin is active low, with an internal pullup in the sensor. | |
| The property value should ensure the flags properly describe | |
| the signal that is presented to the driver. |