···11+/*22+ * Copyright (C) 2012 Marvell Technology Group Ltd.33+ * Author: Haojian Zhuang <haojian.zhuang@marvell.com>44+ *55+ * This program is free software; you can redistribute it and/or modify66+ * it under the terms of the GNU General Public License version 2 as77+ * publishhed by the Free Software Foundation.88+ */99+1010+/dts-v1/;1111+/include/ "pxa168.dtsi"1212+1313+/ {1414+ model = "Marvell PXA168 Aspenite Development Board";1515+ compatible = "mrvl,pxa168-aspenite", "mrvl,pxa168";1616+1717+ chosen {1818+ bootargs = "console=ttyS0,115200 root=/dev/nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.168.1.100::255.255.255.0::eth0:on";1919+ };2020+2121+ memory {2222+ reg = <0x00000000 0x04000000>;2323+ };2424+2525+ soc {2626+ apb@d4000000 {2727+ uart1: uart@d4017000 {2828+ status = "okay";2929+ };3030+ twsi1: i2c@d4011000 {3131+ status = "okay";3232+ };3333+ rtc: rtc@d4010000 {3434+ status = "okay";3535+ };3636+ };3737+ };3838+};