@ -37,7 +37,7 @@ The upstream repository is here:
git://git.kernel.org/pub/scm/utils/dtc/dtc.git
git://git.kernel.org/pub/scm/utils/dtc/dtc.git
https://git.kernel.org/pub/scm/utils/dtc/dtc.git
https://git.kernel.org/pub/scm/utils/dtc/dtc.git
The gitweb interface for the upstream respository is:
The gitweb interface for the upstream repository is:
https://git.kernel.org/cgit/utils/dtc/dtc.git/
https://git.kernel.org/cgit/utils/dtc/dtc.git/
@ -234,7 +234,7 @@ For example:
"childnode at address". It in turn has a string property
"childnode at address". It in turn has a string property
called "childprop".
called "childprop".
childnode@addresss {
childnode@address {
childprop = "hello\n";
childprop = "hello\n";
};
};
@ -253,7 +253,7 @@ Labels may be applied to nodes or properties. Labels appear
before a node name, and are referenced using an ampersand: &label.
before a node name, and are referenced using an ampersand: &label.
Absolute node path names are also allowed in node references.
Absolute node path names are also allowed in node references.
In this exmaple, a node is labled "mpic" and then referenced:
In this example, a node is labeled "mpic" and then referenced:
mpic: interrupt-controller@40000 {
mpic: interrupt-controller@40000 {
...
...
@ -264,7 +264,7 @@ In this exmaple, a node is labled "mpic" and then referenced:
...
...
};
};
And used in properties, lables may appear before or after any value:
And used in properties, labels may appear before or after any value:
randomnode {
randomnode {
prop: string = data: "mystring\n" data_end: ;
prop: string = data: "mystring\n" data_end: ;
@ -418,7 +418,7 @@ value of r3.
among others, by kexec. If you are on an SMP system, this value
among others, by kexec. If you are on an SMP system, this value
should match the content of the "reg" property of the CPU node in
should match the content of the "reg" property of the CPU node in
the device-tree corresponding to the CPU calling the kernel entry
the device-tree corresponding to the CPU calling the kernel entry
point (see further chapters for more informations on the required
point (see further chapters for more information on the required
device-tree contents)
device-tree contents)
- size_dt_strings
- size_dt_strings
@ -584,7 +584,7 @@ looks like in practice.
This tree is almost a minimal tree. It pretty much contains the
This tree is almost a minimal tree. It pretty much contains the
minimal set of required nodes and properties to boot a linux kernel;
minimal set of required nodes and properties to boot a linux kernel;
that is, some basic model informations at the root, the CPUs, and the
that is, some basic model information at the root, the CPUs, and the
physical memory layout. It also includes misc information passed
physical memory layout. It also includes misc information passed
through /chosen, like in this example, the platform type (mandatory)
through /chosen, like in this example, the platform type (mandatory)
and the kernel command line arguments (optional).
and the kernel command line arguments (optional).