summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/motionsense/cros-ec,motionsense-mutex.yaml
blob: 17c60744c8c634713aa53c2aeea28988d407445c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2021 The ChromiumOS Authors
# SPDX-License-Identifier: Apache-2.0

description: Motion sense mutex parent node

compatible: "cros-ec,motionsense-mutex"

child-binding:
  description: A mutex node is used to create an instance of mutex_t.
               A mutex node is referenced by one or more sensor nodes in
               "/motionsense-sensors" node.

#
# examples:
#
# motionsense-mutex {
#         compatible = "cros-ec,motionsense-mutex";
#         mutex_bma255: bma255-mutex {
#         };
#
#         mutex_bmi260: bmi260-mutex {
#         };
# };
#