summaryrefslogtreecommitdiffstats
path: root/test/self/of_manipulation.dts
blob: 2cc6773fa98e8902fc0a8d3c89b2424c4bd67aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* SPDX-License-Identifier: GPL-2.0-only */

/dts-v1/;

/ {
	node1 {
		property1 = <1>;
		property2 = <2>;
		node21 { };
	};

	node2 {
		property1 = <1>;
		property2 = <2>;
		node21 { };
	};

	np1 {
		property-single = "ayy";
		property-multi = [61 79 79 00 62 65 65 00 73 65 61];
	};

	np2 {
		property-single = "ayy";
		property-multi = "ayy", "bee", "sea";
	};

	np3 {
		property-single = "ayy";
		property-multi = "ayy", "bee", "sea";
	};

	np4 {
		property-single = "ayy";
		property-multi = "ayy", "bee", "sea";
	};
};