Lines Matching full:dt
22 URI typically containing the binding's filename and path. For DT schema, it must
37 A DT specific property. Contains a list of email address(es)
57 A set of sub-schema defining all the DT properties for the
61 A property can also define a child DT node with child properties defined
70 A list of DT properties from the 'properties' section that
82 The 'properties' section of the schema contains all the DT properties for a
85 validation of DT files.
95 The Devicetree schemas don't exactly match the YAML encoded DT data produced by
116 The DT schema project must be installed in order to validate the DT schema
117 binding documents and validate DTS files using the DT schema. The DT schema
120 pip3 install git+https://github.com/devicetree-org/dt-schema.git@master
122 Several executables (dt-doc-validate, dt-mk-schema, dt-validate) will be
140 The DT schema binding documents must be validated using the meta-schema (the
142 binding schema. All of the DT binding documents can be validated using the
147 In order to perform validation of DT source files, use the ``dtbs_check`` target::