tny_a9263.dts 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /*
  2. * usb_a9263.dts - Device Tree file for Caloa USB A9293 board
  3. *
  4. * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  5. *
  6. * Licensed under GPLv2 only
  7. */
  8. /dts-v1/;
  9. #include "at91sam9263.dtsi"
  10. / {
  11. model = "Calao TNY A9263";
  12. compatible = "atmel,tny-a9263", "atmel,at91sam9263", "atmel,at91sam9";
  13. chosen {
  14. bootargs = "mem=64M console=ttyS0,115200 root=/dev/mtdblock5 rw rootfstype=ubifs";
  15. };
  16. memory {
  17. reg = <0x20000000 0x4000000>;
  18. };
  19. clocks {
  20. slow_xtal {
  21. clock-frequency = <32768>;
  22. };
  23. main_xtal {
  24. clock-frequency = <12000000>;
  25. };
  26. };
  27. ahb {
  28. apb {
  29. dbgu: serial@ffffee00 {
  30. status = "okay";
  31. };
  32. usb1: gadget@fff78000 {
  33. atmel,vbus-gpio = <&pioB 11 GPIO_ACTIVE_HIGH>;
  34. status = "okay";
  35. };
  36. };
  37. nand0: nand@40000000 {
  38. nand-bus-width = <8>;
  39. nand-ecc-mode = "soft";
  40. nand-on-flash-bbt;
  41. status = "okay";
  42. at91bootstrap@0 {
  43. label = "at91bootstrap";
  44. reg = <0x0 0x20000>;
  45. };
  46. barebox@20000 {
  47. label = "barebox";
  48. reg = <0x20000 0x40000>;
  49. };
  50. bareboxenv@60000 {
  51. label = "bareboxenv";
  52. reg = <0x60000 0x20000>;
  53. };
  54. bareboxenv2@80000 {
  55. label = "bareboxenv2";
  56. reg = <0x80000 0x20000>;
  57. };
  58. oftree@80000 {
  59. label = "oftree";
  60. reg = <0xa0000 0x20000>;
  61. };
  62. kernel@a0000 {
  63. label = "kernel";
  64. reg = <0xc0000 0x400000>;
  65. };
  66. rootfs@4a0000 {
  67. label = "rootfs";
  68. reg = <0x4c0000 0x7800000>;
  69. };
  70. data@7ca0000 {
  71. label = "data";
  72. reg = <0x7cc0000 0x8340000>;
  73. };
  74. };
  75. };
  76. i2c-gpio-0 {
  77. status = "okay";
  78. };
  79. };