17 lines
387 B
YAML
17 lines
387 B
YAML
# Copyright (c) 2020 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Test phandle property container
|
|
|
|
compatible: "vnd,phandle-holder"
|
|
|
|
include: [base.yaml]
|
|
|
|
properties:
|
|
ph: {type: "phandle"}
|
|
phs: {type: "phandles"}
|
|
pha-gpios: {type: "phandle-array"}
|
|
gpios: {type: "phandle-array"}
|
|
foos: {type: "phandle-array"}
|
|
foo-names: {type: "string-array"}
|