tny_a9263.dts 1.6 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. #address-cells = <1>;
  21. #size-cells = <1>;
  22. ranges;
  23. main_clock: clock@0 {
  24. compatible = "atmel,osc", "fixed-clock";
  25. clock-frequency = <12000000>;
  26. };
  27. };
  28. ahb {
  29. apb {
  30. dbgu: serial@ffffee00 {
  31. status = "okay";
  32. };
  33. usb1: gadget@fff78000 {
  34. atmel,vbus-gpio = <&pioB 11 0>;
  35. status = "okay";
  36. };
  37. };
  38. nand0: nand@40000000 {
  39. nand-bus-width = <8>;
  40. nand-ecc-mode = "soft";
  41. nand-on-flash-bbt;
  42. status = "okay";
  43. at91bootstrap@0 {
  44. label = "at91bootstrap";
  45. reg = <0x0 0x20000>;
  46. };
  47. barebox@20000 {
  48. label = "barebox";
  49. reg = <0x20000 0x40000>;
  50. };
  51. bareboxenv@60000 {
  52. label = "bareboxenv";
  53. reg = <0x60000 0x20000>;
  54. };
  55. bareboxenv2@80000 {
  56. label = "bareboxenv2";
  57. reg = <0x80000 0x20000>;
  58. };
  59. oftree@80000 {
  60. label = "oftree";
  61. reg = <0xa0000 0x20000>;
  62. };
  63. kernel@a0000 {
  64. label = "kernel";
  65. reg = <0xc0000 0x400000>;
  66. };
  67. rootfs@4a0000 {
  68. label = "rootfs";
  69. reg = <0x4c0000 0x7800000>;
  70. };
  71. data@7ca0000 {
  72. label = "data";
  73. reg = <0x7cc0000 0x8340000>;
  74. };
  75. };
  76. };
  77. i2c@0 {
  78. status = "okay";
  79. };
  80. };