pxa168-aspenite.dts 850 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /*
  2. * Copyright (C) 2012 Marvell Technology Group Ltd.
  3. * Author: Haojian Zhuang <haojian.zhuang@marvell.com>
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2 as
  7. * publishhed by the Free Software Foundation.
  8. */
  9. /dts-v1/;
  10. /include/ "pxa168.dtsi"
  11. / {
  12. model = "Marvell PXA168 Aspenite Development Board";
  13. compatible = "mrvl,pxa168-aspenite", "mrvl,pxa168";
  14. chosen {
  15. 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";
  16. };
  17. memory {
  18. reg = <0x00000000 0x04000000>;
  19. };
  20. soc {
  21. apb@d4000000 {
  22. uart1: uart@d4017000 {
  23. status = "okay";
  24. };
  25. twsi1: i2c@d4011000 {
  26. status = "okay";
  27. };
  28. rtc: rtc@d4010000 {
  29. status = "okay";
  30. };
  31. };
  32. };
  33. };