blob: 8a5dff807b45c1a62be184e7fae1b9ba485a3f91 [file] [log] [blame]
Jason Cooper3d468b62012-02-27 16:07:13 +00001/dts-v1/;
2
3/include/ "kirkwood.dtsi"
4
5/ {
6 model = "Globalscale Technologies Dreamplug";
7 compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
8
9 memory {
10 device_type = "memory";
11 reg = <0x00000000 0x20000000>;
12 };
13
14 chosen {
15 bootargs = "console=ttyS0,115200n8 earlyprintk";
16 };
17
Jason Cooper759a4512012-02-27 16:07:14 +000018 serial@f1012000 {
19 compatible = "ns16550a";
20 reg = <0xf1012000 0xff>;
21 reg-shift = <2>;
22 interrupts = <33>;
23 clock-frequency = <200000000>;
24 };
Jason Cooper3d468b62012-02-27 16:07:13 +000025};