doc: build: dts: bindings-syntax: node typo

Replace 'node' with 'property' in a sentence.

Signed-off-by: David Pinho <david.pinho@gmail.com>
This commit is contained in:
David Pinho 2024-11-26 18:25:18 +00:00 committed by Benjamin Cabé
commit 141f8b3858

View file

@ -135,8 +135,8 @@ this:
required: true
In this example, a node with compatible ``"manufacturer,serial"`` must contain
a node named ``current-speed``. The property's value must be a single integer.
Similarly, the node must contain a ``reg`` property.
a property named ``current-speed``. The property's value must be a single
integer. Similarly, the node must contain a ``reg`` property.
The build system uses bindings to generate C macros for devicetree properties
that appear in DTS files. You can read more about how to get property values in