blob: 78b0f06a09a2591bc6714d487324e0502f697a4c [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";
Andrew Lunn77843502012-07-18 19:22:54 +02007 compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "marvell,kirkwood-88f6281", "marvell,kirkwood";
Jason Cooper3d468b62012-02-27 16:07:13 +00008
9 memory {
10 device_type = "memory";
11 reg = <0x00000000 0x20000000>;
12 };
13
14 chosen {
15 bootargs = "console=ttyS0,115200n8 earlyprintk";
16 };
17
Jason Cooper163f2ce2012-03-15 01:00:27 +000018 ocp@f1000000 {
19 serial@12000 {
20 clock-frequency = <200000000>;
21 status = "ok";
22 };
Jason Cooper759a4512012-02-27 16:07:14 +000023 };
Jason Cooper3d468b62012-02-27 16:07:13 +000024};