Lines Matching +full:child +full:- +full:prop +full:- +full:2
1 # SPDX-License-Identifier: BSD-3-Clause
8 # - prop-1 (amended)
9 # - prop-enum (amended)
10 # - prop-thing (new property)
12 # Child-binding level:
13 # - child-prop-1 (amended)
14 # - child-prop-enum (amended)
15 # - child-prop-thing (new property)
17 # Grandchild-binding level:
18 # - grandchild-prop-1 (amended)
19 # - grandchild-prop-enum (amended)
20 # - grandchild-prop-thing (new property)
25 - name: base.yaml
26 property-allowlist: [prop-1, prop-enum]
27 child-binding:
28 property-allowlist: [child-prop-1, child-prop-enum]
29 child-binding:
30 property-allowlist: [grandchild-prop-1, grandchild-prop-enum]
33 prop-1:
39 prop-enum:
46 prop-thing:
50 child-binding:
51 description: Child-binding description (thing).
53 child-prop-1:
54 description: Overwritten in thing.yaml (child).
55 default: 2
56 child-prop-enum:
58 child-prop-thing:
59 description: Thing child-binding property.
62 child-binding:
63 description: Grandchild-binding description (thing).
65 grandchild-prop-1:
68 grandchild-prop-enum:
70 grandchild-prop-thing:
71 description: Thing grandchild-binding property.