blob: 2f6eb890f1fa1ff032686dfa448903845fdb3b26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
subnode@1 {
compatible = "subnode1";
reg = <1>;
prop-int = [deadbeef];
subsubnode {
compatible = "subsubnode1", "subsubnode";
prop-int = <0xdeadbeef>;
};
ss1 {
};
};
|