11 lines
90 B
Text
11 lines
90 B
Text
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
label: node1 {
|
||
|
prop = "foo";
|
||
|
};
|
||
|
label: node2 {
|
||
|
prop = "bar";
|
||
|
};
|
||
|
};
|