mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 18:54:09 +08:00
19 lines
356 B
Plaintext
19 lines
356 B
Plaintext
|
/dts-v1/;
|
||
|
|
||
|
/include/ "kirkwood.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Globalscale Technologies Dreamplug";
|
||
|
compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
||
|
|
||
|
memory {
|
||
|
device_type = "memory";
|
||
|
reg = <0x00000000 0x20000000>;
|
||
|
};
|
||
|
|
||
|
chosen {
|
||
|
bootargs = "console=ttyS0,115200n8 earlyprintk";
|
||
|
};
|
||
|
|
||
|
};
|