Lines Matching full:dts
25 -f print full dts in diff (--unified=99999)
32 -T annotate output .dts with input source file and line
37 Each DTx is processed by the dtc compiler to produce a sorted dts source
38 file. If DTx is a dts source file then it is pre-processed in the same
39 manner as done for the compile of the dts source file in the Linux kernel
42 If two DTx are provided, the resulting dts source files are diffed.
50 Otherwise DTx is treated as a dts source file (aka .dts).
58 the dts source file for include paths to be set properly for '#include'
65 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts
66 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts
67 `basename $0` tmp_dtx_1.dts tmp_dtx_2.dts
68 rm tmp_dtx_1.dts tmp_dtx_2.dts
76 `basename $0` DTx_1 >tmp_dtx_1.dts
77 `basename $0` DTx_2 >tmp_dtx_2.dts
78 `basename $0` tmp_dtx_1.dts tmp_dtx_2.dts
79 rm tmp_dtx_1.dts tmp_dtx_2.dts
113 # ----- input is DTS (source)
116 | ${DTC} ${dtc_include} -I dts ) ; then
346 -O dts -qq -f ${dtc_sort} ${annotate} -o -"