12345678910111213141516171819202122232425 |
- /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";
- };
- serial@f1012000 {
- compatible = "ns16550a";
- reg = <0xf1012000 0xff>;
- reg-shift = <2>;
- interrupts = <33>;
- clock-frequency = <200000000>;
- };
- };
|