mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 08:17:40 -04:00
Add some checks for /chosen node. These check that chosen is located at the root level and that bootargs and stdout-path properties are strings. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10 lines
97 B
Text
10 lines
97 B
Text
/dts-v1/;
|
|
|
|
/ {
|
|
node2 {
|
|
chosen {
|
|
bootargs = <0xdeadbeef>;
|
|
stdout-path = <1>;
|
|
};
|
|
};
|
|
};
|