| m1: mq: /memreserve/ 0 0x1000; |
| linux,phandle = <0x2000>; |
| ref = <&{/node2}>; /* reference precedes target */ |
| ref = <&{/node1}>; /* reference after target */ |
| /* Explicit phandle with implicit value */ |
| /* This self-reference is the standard way to tag a node as requiring |
| * a phandle (perhaps for reference by nodes that will be dynamically |
| * added) without explicitly allocating it a phandle. |
| * The self-reference requires some special internal handling, though |
| * so check it actually works */ |
| linux,phandle = <0xfffffffe>; |
| /* Append labels (also changes property content) */ |
| /* Add multiple labels */ |
| /* Add a label to a property */ |
| /* Reassigning the same label should be a no-op */ |
| /* Redefining a node/property should not remove labels */ |