mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 12:25:21 +00:00
Document interrupt signal and replace legacy calls with new API. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
18 lines
465 B
YAML
18 lines
465 B
YAML
# Copyright (c) 2018, Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: BMI160 inertial measurement unit
|
|
|
|
compatible: "bosch,bmi160"
|
|
|
|
include: spi-device.yaml
|
|
|
|
properties:
|
|
int-gpios:
|
|
type: phandle-array
|
|
required: false
|
|
description: |
|
|
This property specifies the connection for INT1, because the
|
|
Zephyr driver maps all interrupts to INT1. The signal defaults
|
|
to output low when produced by the sensor.
|