diff --git a/doc/guides/dts/macros.bnf b/doc/guides/dts/macros.bnf index 38f1db3a53a..b66c71f3f54 100644 --- a/doc/guides/dts/macros.bnf +++ b/doc/guides/dts/macros.bnf @@ -167,6 +167,10 @@ prop-suf = 1*( "_" gen-name ["_" dt-name] ) other-macro = %s"DT_N_" alternate-id ; Total count of enabled instances of a compatible. other-macro =/ %s"DT_N_INST_" dt-name %s"_NUM_OKAY" +; These are used internally by DT_FOREACH_STATUS_OKAY, +; which iterates over each enabled node of a compatible. +other-macro =/ %s"DT_FOREACH_OKAY_" dt-name +other-macro =/ %s"DT_FOREACH_OKAY_VARGS_" dt-name ; These are used internally by DT_INST_FOREACH_STATUS_OKAY, ; which iterates over each enabled instance of a compatible. other-macro =/ %s"DT_FOREACH_OKAY_INST_" dt-name