opnsense-src/tests/test_tree1_dts0.dts
Rafal Jaworowski b7b62f4139 Update DTC to git d75b33af676d0beac8398651a7f09037555a550b.
Obtained from:	git://git.jdl.com/software/dtc.git
2010-02-27 20:38:41 +00:00

37 lines
596 B
Text

/dts-v1/;
/memreserve/ 0xdeadbeef00000000 0x0000000000100000;
/memreserve/ 0x00000000075bcd15 0x0000000000001000;
/ {
compatible = "test_tree1";
prop-int = <0xdeadbeef>;
prop-str = "hello world";
subnode@1 {
compatible = "subnode1";
prop-int = [deadbeef];
subsubnode {
compatible = "subsubnode1", "subsubnode";
prop-int = < 0xdeadbeef>;
};
ss1 {
};
};
subnode@2 {
linux,phandle = <0x2000>;
prop-int = < 123456789>;
subsubnode@0 {
linux,phandle = <0x2001>;
compatible = "subsubnode2", "subsubnode";
prop-int = < 0726746425>;
};
ss2 {
};
};
};