Devicetree Specification v0.4-1-gbbb6c79¶
+Devicetree Specification v0.4-2-g2697c66¶
Copyright
2.1. OverviewFig. 2.1 shows an example representation of a
simple devicetree that is nearly
complete enough to boot a simple operating system, with the platform
-type, CPU, memory and a single UART described. Device nodes are shown
+type, CPU, memory, and a single UART described. Device nodes are shown
with properties and values inside each node.
2.2.4.1. Property Names2.2.4.1. Property Namesmanufacturer is a string describing the name of the manufacturer
(such as a stock ticker symbol), and model
specifies the model
number.
-The compatible string should consist only of lowercase letters, digits and
+
The compatible string should consist only of lowercase letters, digits, and
dashes, and should start with a letter. A single comma is typically only
used following a vendor prefix. Underscores should not be used.
@@ -1911,7 +1911,7 @@ 3.3. "/simple-bus@fe000000/serial@llc500"
defines the alias serial0
.
-
Alias names shall be a lowercase text strings of 1 to 31 characters from
+
Alias names shall be lowercase text strings of 1 to 31 characters from
the following set of characters.
model
specifies the model
number.
-The compatible string should consist only of lowercase letters, digits and +
The compatible string should consist only of lowercase letters, digits, and dashes, and should start with a letter. A single comma is typically only used following a vendor prefix. Underscores should not be used.
3.3. "/simple-bus@fe000000/serial@llc500"
defines the alias serial0
.
-
Alias names shall be a lowercase text strings of 1 to 31 characters from +
Alias names shall be lowercase text strings of 1 to 31 characters from the following set of characters.