22 lines
373 B
YAML
22 lines
373 B
YAML
#
|
|
# Copyright (c) 2018, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: ADXL362 Three Axis SPI accelerometer
|
|
|
|
description: >
|
|
This is a representation of the ADXL362 Three Axis SPI accelerometer
|
|
|
|
inherits:
|
|
!include spi-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "adi,adxl362"
|
|
|
|
int1-gpios:
|
|
type: phandle-array
|
|
category: optional
|