You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
181 B
16 lines
181 B
7 months ago
|
/dts-v1/;
|
||
|
/plugin/;
|
||
|
|
||
|
&a { prop1 = <0x01>; };
|
||
|
&b { ref1 = <&a>;
|
||
|
e {
|
||
|
phandle = <0x04>;
|
||
|
};
|
||
|
};
|
||
|
&d {
|
||
|
e {
|
||
|
prop_e = <0x0e>;
|
||
|
};
|
||
|
};
|
||
|
&e { prop_e = <0x02>; };
|