]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - test/overlay/test-fdt-base.dts
Merge branch 'master' of git://git.denx.de/u-boot-ubi
[karo-tx-uboot.git] / test / overlay / test-fdt-base.dts
1 /*
2  * Copyright (c) 2016 NextThing Co
3  * Copyright (c) 2016 Free Electrons
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 /dts-v1/;
9
10 / {
11         test: test-node {
12                 test-int-property = <42>;
13                 test-str-property = "foo";
14
15                 subtest: sub-test-node {
16                         sub-test-property;
17                 };
18         };
19 };
20
21