aboutsummaryrefslogtreecommitdiffstats
path: root/dtc/tests/reg-ranges-root.dts
blob: 9935b415ff6d42005605ac285af6d394b465001a (plain)
1
2
3
4
5
6
7
8
/dts-v1/;

/ {
	#address-cells = <1>;
	#size-cells = <1>;
	reg = <0x1000 0x10>;
	ranges = <0x1000 0x2000 0x1000>;
};