Devicetree/Bindings: Difference between revisions

Knuxify (talk | contribs)
add devicetree navbox
Knuxify (talk | contribs)
No edit summary
 
Line 4: Line 4:
Bindings for most Linux components can be found in <code>Documentation/devicetree/bindings</code>; there is also a [https://github.com/devicetree-org/dt-schema core DT schema] defining the most basic components and syntax.
Bindings for most Linux components can be found in <code>Documentation/devicetree/bindings</code>; there is also a [https://github.com/devicetree-org/dt-schema core DT schema] defining the most basic components and syntax.


=== Verifying DT bindings ===
== Validating DT bindings ==


The Linux kernel has tools for validating devicetree schema bindings. Getting the DT binding check to pass is required for upstreaming the binding.
The Linux kernel has tools for validating devicetree schema bindings. Getting the DT binding check to pass is required for upstreaming the binding.