Lines Matching full:bindings
3 Introduction to Devicetree Bindings
8 For a detailed syntax reference, see :ref:`dt-bindings-file-syntax`.
10 Devicetree nodes are matched to bindings using their :ref:`compatible
18 .. _dt-bindings-simple-example:
49 What the build system does with bindings
52 The build system uses bindings both to validate devicetree nodes and to convert
75 Other ways nodes are matched to bindings
79 system looks for compatible bindings in the listed order and uses the first
94 Nodes without compatible properties can be matched to bindings associated with
95 their parent nodes. These are called "child bindings". If a node describes
97 account when matching nodes to bindings. (See :ref:`dt-bindings-on-bus` for
103 .. _dt-where-bindings-are-located: argument
105 Where bindings are located
112 The build system looks for bindings in :file:`dts/bindings`
125 subdirectories, when matching nodes to bindings. A file is considered YAML if
130 The binding files must be located somewhere inside the :file:`dts/bindings`
134 place application-specific bindings inside :file:`my-app/dts/bindings`. So
135 :file:`my-app/dts/bindings/serial/my-company,my-serial-port.yaml` would be