# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause %YAML 1.2 --- $id: http://devicetree.org/schemas/test-bad-node-close.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# title: Test fixture with closing brace not on its own line maintainers: - Test User properties: compatible: const: example,test-node-close reg: maxItems: 1 required: - compatible - reg additionalProperties: false examples: - | bus@10000 { compatible = "simple-bus"; reg = <0x10000 0x1000>; empty {}; };