32 lines
572 B
YAML
32 lines
572 B
YAML
#
|
|
# Copyright (c) 2018, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: FXOS8700 6-axis accelerometer/magnetometer
|
|
id: nxp,fxos8700
|
|
version: 0.1
|
|
|
|
description: >
|
|
This is a representation of the FXOS8700 6-axis accelerometer/magnetometer
|
|
sensor
|
|
|
|
inherits:
|
|
!include i2c-device.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "nxp,fxos8700"
|
|
|
|
int1-gpios:
|
|
type: compound
|
|
category: optional
|
|
generation: define, use-prop-name
|
|
|
|
int2-gpios:
|
|
type: compound
|
|
category: optional
|
|
generation: define, use-prop-name
|
|
...
|