mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 05:45:48 +00:00
The child_binding object should default to having a path and compatible that matches the parent's. Mark it as xfail because the compatible part is failing. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
21 lines
471 B
YAML
21 lines
471 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
description: child-binding with separate compatible than the parent
|
|
|
|
compatible: "child-binding-with-compat"
|
|
|
|
child-binding:
|
|
compatible: child-compat
|
|
description: child node
|
|
properties:
|
|
child-prop:
|
|
type: int
|
|
required: true
|
|
|
|
child-binding:
|
|
description: grandchild node
|
|
properties:
|
|
grandchild-prop:
|
|
type: int
|
|
required: true
|