/dts-v1/; | |
/include/ "kirkwood.dtsi" | |
/ { | |
model = "Iomega Iconnect"; | |
compatible = "iom,iconnect-1.1", "iom,iconnect", "marvell,kirkwood-88f6281", "marvell,kirkwood"; | |
memory { | |
device_type = "memory"; | |
reg = <0x00000000 0x10000000>; | |
}; | |
chosen { | |
bootargs = "console=ttyS0,115200n8 earlyprintk mtdparts=orion_nand:0xc0000@0x0(uboot),0x20000@0xa0000(env),0x300000@0x100000(zImage),0x300000@0x540000(initrd),0x1f400000@0x980000(boot)"; | |
linux,initrd-start = <0x4500040>; | |
linux,initrd-end = <0x4800000>; | |
}; | |
ocp@f1000000 { | |
serial@12000 { | |
clock-frequency = <200000000>; | |
status = "ok"; | |
}; | |
}; | |
}; |