doc: devicetree: clarify child node disabling
Add a note to status property that disabled parent nodes do not implicitly disable child nodes. Issue #82040 Signed-off-by: Andreas Rudolf <andreas.rudolf@husqvarnagroup.com>
This commit is contained in:
parent
1a5ab2c16e
commit
7d2251381e
1 changed files with 3 additions and 0 deletions
3
doc/build/dts/intro-syntax-structure.rst
vendored
3
doc/build/dts/intro-syntax-structure.rst
vendored
|
@ -288,6 +288,9 @@ status
|
|||
devices must be enabled for the corresponding ``struct device`` in the
|
||||
Zephyr driver model to be allocated and initialized.
|
||||
|
||||
Note that a child node is not implicitly disabled when its parent node is
|
||||
disabled, i.e. child nodes should be disabled explicitly if desired.
|
||||
|
||||
interrupts
|
||||
Information about interrupts generated by the device, encoded as an array
|
||||
of one or more *interrupt specifiers*. Each interrupt specifier has some
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue