1# SPDX-License-Identifier: BSD-3-Clause 2 3description: child-binding test 4 5compatible: "top-binding" 6 7child-binding: 8 description: child node 9 properties: 10 child-prop: 11 type: int 12 required: true 13 child-ref: 14 type: phandle 15 16 child-binding: 17 description: grandchild node 18 properties: 19 grandchild-prop: 20 type: int 21 required: true 22 grandchild-ref: 23 type: phandle 24