Lines Matching +full:dts +full:- +full:node

1 .\"-
6 .\" Cambridge Computer Laboratory under DARPA/AFRL contract (FA8750-10-C-0237)
43 .Op Fl E Ar [no-]checker_name
52 .Op Fl W Ar [no-]checker_name
60 representation of an FDT, from device tree sources (DTS), the ASCII text source
64 The binary is identical to the in-memory representation and can be used
74 .Bl -tag -width indent
79 This argument is only useful when the input is DTS, as only the source format
83 .It Fl E Ar [no-]checker_name
89 Emit a __symbols__ node to allow plugins to be loaded.
98 .Bl -tag -width indent -compact
112 .Bl -tag -width indent -compact
116 .It Ar dts
125 .Bl -tag -width indent -compact
133 .It Ar dts
148 .Ar /include/if [property]/ "file.dts"
172 .It Fl W Ar [no-]checker_name
195 .Bl -tag -width "dt_strings_start" -compact -offset indent
220 .Fl W Ar no-type-phandle
224 .Bl -tag -width "no-type-phandle" -compact -offset indent
225 .It type-compatible
229 .It type-model
233 .It type-compatible
237 .It cells-attributes
239 .Va #address-cells
241 .Va #size-cells
243 .It deleted-nodes
245 .Va /delete-node/
258 To denote that a DTS is intended to be used as an overlay,
261 .Va /dts-v1/\&;
267 Each fragment node must have either a
270 .Va target-path
274 child node, whose properties and child nodes are merged into the base device
279 node that targets a label in the base FDT using the
281 syntax supported in conventional DTS.
282 This will indicate that a fragment should be generated for the node, with the
288 Additionally, a path-based version of this syntactic sugar is supported.
289 A root node may target a path in the base FDT using a name of the form
291 A fragment will be generated for the node as it is in the
294 .Va target-path
301 Both conventional overlays and the later-added syntactic sugar are supported.
308 .Sh NODE OMISSION
310 .Va /omit-if-no-ref/
313 This may be used in more space-constrained environments to remove nodes that may
323 .Dl "dtc -o blob.S -O asm device.dts"
328 .Pa device.dts
334 .Dl "dtc -o - -O dts -I dtb device.dtb"
343 .Dl "dtc -@ -O dtb -I dts -o device.dtb device.dts"
348 .Pa device.dts
349 with a __symbols__ node included so that overlays may be applied to it.
353 .Dl "dtc -@ -O dtb -I dts -o device_overlay.dtbo device_overlay.dts"
359 .Pa device_overlay.dts .
360 A __symbols__ node will be included so that overlays may be applied to it.
364 .Pa device_overlay.dts
381 .Pa /proc/device-tree ,
401 .Bl -bullet -compact
403 The target of cross references is defined to be a node name in the
433 .Bl -bullet -compact