| # Copyright (c) 2020 Nordic Semiconductor ASA | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: Test I2C device | |
| compatible: "vnd,i2c-device" | |
| include: | |
| - name: i2c-device.yaml | |
| property-blocklist: | |
| - label | |
| properties: | |
| label: | |
| type: string | |
| required: false |