doc/contribute/style/devicetree.rst
.. _devicetree_style:
Devicetree Style Guidelines ###########################
Devicetree Sources (DTS) Coding Style <https://docs.kernel.org/devicetree/bindings/dts-coding-style.html>_
make a recommendation, it's the preferred style in Zephyr too.-) as word separators for node and property names._) as word separators in node labels.=) in property
definitions.};.< or [). Place the
closing bracket and semicolon (>; or ];) on the same line after
the final value of the property.Examples:
.. literalinclude:: style-example.dts :language: devicetree :start-after: start-after-here