mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 17:26:51 +00:00
Specify only the bus corresponding to the current yaml file, as done in the adi,adxl372-spi.yaml. Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
17 lines
500 B
YAML
17 lines
500 B
YAML
# Copyright (c) 2018 Analog Devices Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: ADXL372 3-axis high-g accelerometer, accessed through I2C bus
|
|
|
|
compatible: "adi,adxl372"
|
|
|
|
include: ["i2c-device.yaml", "adi,adxl372-common.yaml"]
|
|
|
|
properties:
|
|
int1-gpios:
|
|
type: phandle-array
|
|
description: |
|
|
The INT1 signal defaults to active high as produced by the
|
|
sensor. The property value should ensure the flags properly
|
|
describe the signal that is presented to the driver.
|