File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
02_devicetree_basics/dts/playground
03_devicetree_semantics/dts/playground Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
aliases {
6
6
// `aliases` is a standard child-node of the root node defined by the DTSpec.
7
7
// Aliases cannot be used as a references in the devicetree itself, but are
8
- // used within the applicaiton as an alternative name for a node.
8
+ // used within the application as an alternative name for a node.
9
9
alias-by-label = &label_equivalent;
10
10
alias-by-path = &{/node_with_equivalent_arrays};
11
11
alias-as-string = "/node_with_equivalent_arrays";
Original file line number Diff line number Diff line change 2
2
aliases {
3
3
// `aliases` is a standard child-node of the root node defined by the DTSpec.
4
4
// Aliases cannot be used as a references in the devicetree itself, but are
5
- // used within the applicaiton as an alternative name for a node.
5
+ // used within the application as an alternative name for a node.
6
6
alias-by-label = &label_with_props;
7
7
alias-by-path = &{/node_with_props};
8
8
alias-as-string = "/node_with_props";
You can’t perform that action at this time.
0 commit comments