https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 468bae87af94166328315b7dcf4a6c5a53df2f7d authored by Jason Self on 02 September 2013, 20:46:18 UTC
Linux-libre 3.11-gnu
Tip revision: 468bae8
sead3.dts
/dts-v1/;

/memreserve/ 0x00000000 0x00001000;	// reserved
/memreserve/ 0x00001000 0x000ef000;	// ROM data
/memreserve/ 0x000f0000 0x004cc000;	// reserved

/ {
	#address-cells = <1>;
	#size-cells = <1>;
	compatible = "mti,sead-3";

	cpus {
		cpu@0 {
			compatible = "mti,mips14KEc", "mti,mips14Kc";
		};
	};

	chosen {
		bootargs = "console=ttyS1,38400 rootdelay=10 root=/dev/sda3";
	};

	memory {
		device_type = "memory";
		reg = <0x0 0x08000000>;
	};
};
back to top