xref: /openbmc/u-boot/test/overlay/test-fdt-base.dts (revision 9ab403d0dd3c88370612c97f8c4cb88199302833)
1// SPDX-License-Identifier: GPL-2.0+
2/*
3 * Copyright (c) 2016 NextThing Co
4 * Copyright (c) 2016 Free Electrons
5 */
6
7/dts-v1/;
8
9/ {
10	test: test-node {
11		test-int-property = <42>;
12		test-str-property = "foo";
13
14		subtest: sub-test-node {
15			sub-test-property;
16		};
17	};
18};
19
20
21