devicetree Arduino bindings do not support identification of bus controllers #20330
Labels
area: Devicetree
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
(split off from #20325)
The commit 442df97 (scripts/dts: Remove alias defines for labels) breaks the existing use of a node label to identify Arduino bus resources. The commit was incorrect in stating that the generated label was never used. There is one in-tree use, in
samples/drivers/i2c_scanner
.If it is desirable to identify Arduino bus resources, then either a fix like the following must be applied to all Arduino binding overlays, or some new mechanism that generates macros based on node labels (not
label
property) must be added to the scripting.The text was updated successfully, but these errors were encountered: