| # Copyright (c) 2020 Nordic Semiconductor ASA | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: Test array container | |
| compatible: "vnd,array-holder" | |
| include: [base.yaml] | |
| properties: | |
| a: {type: "array"} | |
| b: {type: "uint8-array"} | |
| c: {type: "string-array"} | |
| gpio-cells: | |
| - pin | |
| - flags |