platform_external_dtc/tests/value-labels.dts
David Gibson bae93e8992 dtc: Add testcases for labels within values
This patch adds a testcase using asm output mode to check that labels
within property values are correctly processed.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2009-02-03 08:38:05 -06:00

8 lines
233 B
Text

/dts-v1/;
/ {
prop1: prop1 = start1: "a", mid1: "b" end1:;
prop2: prop2 = start2: < innerstart2: 0xdeadbeef innermid2: 0xabcd1234 innerend2: > end2:;
prop3: prop3 = start3: [ innerstart3: ab innermid3: cd innerend3: ] end3:;
};