Lines Matching +full:grandchild +full:- +full:prop
1 # SPDX-License-Identifier: BSD-3-Clause
4 # - extends property specifications by adding definitions,
6 # - overwrites existing definitions of a property,
8 # - specify new properties
11 # at each level (binding, child-binding, grandchild-binding).
14 # |----------------|--------------|-----------------|
15 # | description: | prop-2 | prop-1 |
16 # | required: | | prop-enum |
17 # | enum: | prop-2 | |
18 # | const: | prop-1 | |
19 # | default: | prop-2 | |
29 prop-1:
35 prop-2:
41 - EXT_FOO
42 - EXT_BAR
48 prop-enum:
52 prop-new:
55 # Same amendments at the child-binding level.
56 child-binding:
58 child-prop-1:
62 child-prop-2:
65 - CHILD_EXT_FOO
66 - CHILD_EXT_BAR
69 child-prop-enum:
72 child-prop-new:
75 # Same amendments at the grandchild-binding level.
76 child-binding:
77 # Plus amended grandchild-binding description.
78 description: Amended grandchild-binding description.
81 grandchild-prop-1:
82 description: Overwritten description (grandchild).
85 grandchild-prop-2:
86 description: New description (grandchild).
88 - GRANDCHILD_EXT_FOO
89 - GRANDCHILD_EXT_BAR
92 grandchild-prop-enum:
95 grandchild-prop-new: