blob: 38278334e4dc9150089b4b04661a04621c87b890 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Maxime Ripardf2a99422016-07-05 10:26:46 +02002/*
3 * Copyright (c) 2016 NextThing Co
4 * Copyright (c) 2016 Free Electrons
Maxime Ripardf2a99422016-07-05 10:26:46 +02005 */
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