-
I came across https://www.kernel.org/doc/html/next/devicetree/bindings/dts-coding-style.html#naming-and-valid-characters which mentions some Devicetree naming rules used by the Linux Kernel:
The examples shown in https://docs.zephyrproject.org/latest/build/dts/intro-syntax-structure.html appear to follow the rules mentioned above, but in the actual tree, there are lots of examples where it appears these rules are not followed. For example, nodes in the example below use zephyr/dts/bindings/led/gpio-leds.yaml Lines 11 to 24 in c2f0a7a Does Zephyr have any rules or conventions regarding the naming of nodes & node labels in Devicetree? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@cdwilson, this issue is also under discussion in the following #53506. |
Beta Was this translation helpful? Give feedback.
@cdwilson, this issue is also under discussion in the following #53506.
Based on this, I recommend aligning with the guidelines outlined in the documentation.