1# Copyright (c) 2022 Intel Corporation 2# 3# SPDX-License-Identifier: Apache-2.0 4 5description: Sensor 6 7include: base.yaml 8 9compatible: "vnd,sensor" 10 11properties: 12 sample-period: 13 type: int 14 required: true 15 16 sample-size: 17 type: int 18 required: true 19 20 max-msgs: 21 type: int 22 required: true 23