Lines Matching +full:odd +full:- +full:parity
2 ---------------
11 kaslr-seed
12 -----------
22 kaslr-seed = <0xfeedbeef 0xc0def00d>;
31 stdout-path
32 -----------
35 with a stdout-path property under /chosen, as described in the Devicetree
40 stdout-path = "/serial@f00:115200";
44 compatible = "vendor,some-uart";
50 The meaning of any characters following the ":" is device-specific, and
55 <baud>{<parity>{<bits>{<flow>}}}
59 baud - baud rate in decimal
60 parity - 'n' (none), 'o', (odd) or 'e' (even)
61 bits - number of data bits
62 flow - 'r' (rts)
66 Implementation note: Linux will look for the property "linux,stdout-path" or
67 on PowerPC "stdout" if "stdout-path" is not found. However, the
68 "linux,stdout-path" and "stdout" properties are deprecated. New platforms
69 should only use the "stdout-path" property.
71 linux,booted-from-kexec
72 -----------------------
75 book3e) by some versions of kexec-tools to tell the new kernel that it
79 linux,usable-memory-range
80 -------------------------
94 linux,usable-memory-range = <0x9 0xf0000000 0x0 0x10000000>;
103 and the size are expressed in #address-cells and #size-cells,
107 ----------------
121 and the size are expressed in #address-cells and #size-cells,
124 linux,initrd-start and linux,initrd-end
125 ---------------------------------------
128 loaded by the bootloader. Note that linux,initrd-start is inclusive, but
129 linux,initrd-end is exclusive.
134 linux,initrd-start = <0x82000000>;
135 linux,initrd-end = <0x82800000>;