You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
163 B
16 lines
163 B
15 years ago
|
/dts-v1/;
|
||
|
|
||
|
/ {
|
||
|
label: property1 = "foo";
|
||
|
label: property2 = "bar";
|
||
|
|
||
|
test1 = &label;
|
||
|
|
||
|
label: node1 {
|
||
|
prop = "foo";
|
||
|
};
|
||
|
label: node2 {
|
||
|
prop = "bar";
|
||
|
};
|
||
|
};
|