1# Copyright (c) 2020 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4description: Test array container 5 6compatible: "vnd,array-holder" 7 8include: [base.yaml] 9 10properties: 11 a: {type: "array"} 12 b: {type: "uint8-array"} 13 c: {type: "string-array"} 14 15gpio-cells: 16 - pin 17 - flags 18