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
Today we only generate defines if there is a binding that matches the node. The matching of binding to a node is done via compatible.
There are a number of cases related to nodes that describe memory regions that don't have a compatible and thus dont have bindings. Its completely feasible with the new generation and macro scheme to access such data.
Today we only generate defines if there is a binding that matches the node. The matching of binding to a node is done via compatible.
There are a number of cases related to nodes that describe memory regions that don't have a compatible and thus dont have bindings. Its completely feasible with the new generation and macro scheme to access such data.
For example we might have:
Today this will not work properly as we'll not have any reg properties generated for the smem@f000 node.
The text was updated successfully, but these errors were encountered: