Merge tag 'v3.10.55' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / mips / mti-sead3 / sead3.dts
CommitLineData
9b731009
SH
1/dts-v1/;
2
3/memreserve/ 0x00000000 0x00001000; // reserved
4/memreserve/ 0x00001000 0x000ef000; // ROM data
5/memreserve/ 0x000f0000 0x004cc000; // reserved
6
7/ {
8 #address-cells = <1>;
9 #size-cells = <1>;
10 compatible = "mti,sead-3";
11
12 cpus {
13 cpu@0 {
14 compatible = "mti,mips14KEc", "mti,mips14Kc";
15 };
16 };
17
18 chosen {
19 bootargs = "console=ttyS1,38400 rootdelay=10 root=/dev/sda3";
20 };
21
22 memory {
23 device_type = "memory";
24 reg = <0x0 0x08000000>;
25 };
26};