# 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 { # }; # }; #