Is it possible to reference a devicetree alias elsewhere in the devicetree? #52587
-
Hi, I have a custom device driver that I initialise like this:
This works fine. I'd like to change
But I get a devicetree error: Any help would be appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
jeremyherbert
Nov 28, 2022
Replies: 1 comment
-
I found my answer: https://elinux.org/Device_Tree_Mysteries#Label_vs_aliases_node_property The working way to do this is:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jeremyherbert
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found my answer: https://elinux.org/Device_Tree_Mysteries#Label_vs_aliases_node_property
The working way to do this is: