1# Copyright 2023 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4description: Devices allowlist for i2c messages dump
5
6compatible: "zephyr,i2c-dump-allowlist"
7
8include: base.yaml
9
10properties:
11  status:
12    const: "okay"
13
14  devices:
15    required: true
16    type: phandles
17