git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
reduce verbosity of unit test ouput, some clean up
[lunaix-os.git]
/
lunaix-os
/
tests
/
units
/
device-tree
/
samples
/
inheritence.dts
1
/dts-v1/;
2
3
/ {
4
#address-cells = <1>;
5
#size-cells = <2>;
6
7
C1: child@1 {
8
#interrupt-cells = <3>;
9
C2: child@2 {
10
#address-cells = <4>;
11
C3: child@3 {
12
#size-cells = <0>;
13
#interrupt-cells = <0>;
14
};
15
};
16
};
17
};