This website requires JavaScript.
Explore
Register
Sign In
kernel
/
dtc
mirror of
https://git.kernel.org/pub/scm/utils/dtc/dtc.git
Watch
1
Star
0
Fork
You've already forked dtc
0
Code
Issues
Projects
Releases
Wiki
Activity
4fd3f4f0a9
dtc
/
tests
/
unit-addr-unique.dts
15 lines
115 B
Plaintext
Raw
Blame
History
/dts-v1/;
/ {
#address-cells = <1>;
#size-cells = <0>;
foo@1 {
reg = <1>;
};
bar@1 {
reg = <1>;
};
};
Reference in New Issue
View Git Blame
Copy Permalink