1# SPDX-License-Identifier: BSD-3-Clause 2 3description: child-binding with separate compatible than the parent 4 5compatible: "top-binding-with-compat" 6 7child-binding: 8 compatible: child-compat 9 description: child node 10 properties: 11 child-prop: 12 type: int 13 required: true 14 15 child-binding: 16 description: grandchild node 17 properties: 18 grandchild-prop: 19 type: int 20 required: true 21