git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Unit testing framework and devicetree framework refactoring (#50)
[lunaix-os.git]
/
lunaix-os
/
tests
/
units
/
device-tree
/
samples
/
fdt-iter.dts
1
/dts-v1/;
2
3
/ {
4
child@1 {
5
prop-child1;
6
};
7
8
child@2 {
9
prop-child2;
10
11
child@21 {
12
prop-child21;
13
};
14
};
15
16
child@3 {
17
prop-child3;
18
};
19
};