1# Copyright (c) 2020 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4description: Test phandle property container 5 6compatible: "vnd,phandle-holder" 7 8include: [base.yaml] 9 10properties: 11 ph: {type: "phandle"} 12 phs: {type: "phandles"} 13 phs-or: {type: "phandles"} 14 pha-gpios: {type: "phandle-array"} 15 gpios: {type: "phandle-array"} 16 foos: {type: "phandle-array"} 17 foo-names: {type: "string-array"} 18 pwms: {type: "phandle-array"} 19 pwm-names: {type: "string-array"} 20 bar: 21 type: "phandle-array" 22 specifier-space: baz 23 baz-names: {type: "string-array"} 24