mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 07:35:20 +00:00
20 lines
340 B
YAML
20 lines
340 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
title: Sub-node test
|
|
description: Sub-node test
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "parent-with-sub-node"
|
|
type: string-array
|
|
|
|
sub-node:
|
|
properties:
|
|
foo:
|
|
required: true
|
|
type: int
|
|
|
|
bar:
|
|
required: True
|
|
type: int
|