doc: document ranges generated macros in macros.bnf
This adds the DT ranges generated macros in the ABNF grammar file. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
1e8f0f3bd1
commit
1fb263c9ba
1 changed files with 9 additions and 0 deletions
|
@ -41,6 +41,15 @@ node-macro =/ %s"DT_N" path-id %s"_IRQ_IDX_" DIGIT
|
|||
%s"_VAL_" dt-name [ %s"_EXISTS" ]
|
||||
node-macro =/ %s"DT_N" path-id %s"_IRQ_NAME_" dt-name
|
||||
%s"_VAL_" dt-name [ %s"_EXISTS" ]
|
||||
; The ranges property is also special.
|
||||
node-macro =/ %s"DT_N" path-id %s"_RANGES_NUM"
|
||||
node-macro =/ %s"DT_N" path-id %s"_RANGES_IDX_" DIGIT "_EXISTS"
|
||||
node-macro =/ %s"DT_N" path-id %s"_RANGES_IDX_" DIGIT
|
||||
%s"_VAL_" ( %s"CHILD_BUS_FLAGS" / %s"CHILD_BUS_ADDRESS" /
|
||||
%s"PARENT_BUS_ADDRESS" / %s"LENGTH")
|
||||
node-macro =/ %s"DT_N" path-id %s"_RANGES_IDX_" DIGIT
|
||||
%s"_VAL_CHILD_BUS_FLAGS_EXISTS"
|
||||
node-macro =/ %s"DT_N" path-id %s"_FOREACH_RANGE"
|
||||
; Subnodes of the fixed-partitions compatible get macros which contain
|
||||
; a unique ordinal value for each partition
|
||||
node-macro =/ %s"DT_N" path-id %s"_PARTITION_ID" DIGIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue