050e6f0cff
This patch adds an extra testcase to dtc to ensure that the "reg_format" and "ranges_format" checks trigger as they should if a 'reg' or 'ranges' property appears in the root node. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
8 lines
117 B
Text
8 lines
117 B
Text
/dts-v1/;
|
|
|
|
/ {
|
|
#address-cells = <1>;
|
|
#size-cells = <1>;
|
|
reg = <0x1000 0x10>;
|
|
ranges = <0x1000 0x2000 0x1000>;
|
|
};
|