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