blob: 59b1fed0ef8320f0d950d1bb5237d8666316efc7 [file] [log] [blame]
Simon Glassbb748372018-07-17 13:25:33 -06001// SPDX-License-Identifier: GPL-2.0+
2/dts-v1/;
3
4/ {
5 #address-cells = <1>;
6 #size-cells = <1>;
7
8 binman {
9 text {
10 size = <8>;
11 text-label = "test-id";
12 };
13 text2 {
14 type = "text";
15 text-label = "test-id2";
16 };
17 text3 {
18 type = "text";
19 text-label = "test-id3";
20 };
21 /* This one does not use command-line args */
22 text4 {
23 type = "text";
24 text-label = "test-id4";
25 test-id4 = "some text";
26 };
27 };
28};