2018-01-16 21:53:09 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018, NXP
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
---
|
|
|
|
title: FXAS21002 3-axis gyroscope
|
|
|
|
id: nxp,fxas21002
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This is a representation of the FXAS21002 3-axis gyroscope sensor
|
|
|
|
|
|
|
|
inherits:
|
|
|
|
!include i2c-device.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "nxp,fxas21002"
|
|
|
|
|
2018-05-06 03:55:32 +08:00
|
|
|
int1-gpios:
|
|
|
|
type: compound
|
|
|
|
category: optional
|
|
|
|
generation: define, use-prop-name
|
|
|
|
|
|
|
|
int2-gpios:
|
|
|
|
type: compound
|
|
|
|
category: optional
|
|
|
|
generation: define, use-prop-name
|
2018-01-16 21:53:09 +08:00
|
|
|
...
|