mirror of
https://github.com/dgibson/dtc.git
synced 2026-05-12 19:53:02 -04:00
dtc: Better exercise dtc base and bytestring features
This patch alters the main testcase, and the dts file corresponding to it so that we at least trivially exercise dtc's bytestring and base conversion features. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
b433db0fc7
commit
9409bd96a5
2 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/memreserve/ deadbeef00000000-deadbeef000fffff;
|
||||
/memreserve/ abcd1234 00001234;
|
||||
/memreserve/ 75bcd15 1000;
|
||||
|
||||
/ {
|
||||
compatible = "test_tree1";
|
||||
|
|
@ -8,20 +8,20 @@
|
|||
|
||||
subnode@1 {
|
||||
compatible = "subnode1";
|
||||
prop-int = <deadbeef>;
|
||||
prop-int = [deadbeef];
|
||||
|
||||
subsubnode {
|
||||
compatible = "subsubnode1", "subsubnode";
|
||||
prop-int = <deadbeef>;
|
||||
prop-int = <h# deadbeef>;
|
||||
};
|
||||
};
|
||||
|
||||
subnode@2 {
|
||||
prop-int = <abcd1234>;
|
||||
prop-int = <d# 123456789>;
|
||||
|
||||
subsubnode@0 {
|
||||
compatible = "subsubnode2", "subsubnode";
|
||||
prop-int = <abcd1234>;
|
||||
prop-int = <o# 0726746425>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue