ethernut5.dts 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /*
  2. * ethernut5.dts - Device Tree file for Ethernut 5 board
  3. *
  4. * Copyright (C) 2012 egnite GmbH <info@egnite.de>
  5. *
  6. * Licensed under GPLv2.
  7. */
  8. /dts-v1/;
  9. /include/ "at91sam9260.dtsi"
  10. / {
  11. model = "Ethernut 5";
  12. compatible = "egnite,ethernut5", "atmel,at91sam9260", "atmel,at91sam9";
  13. chosen {
  14. bootargs = "console=ttyS0,115200 root=/dev/mtdblock0 rw rootfstype=jffs2";
  15. };
  16. memory {
  17. reg = <0x20000000 0x08000000>;
  18. };
  19. ahb {
  20. apb {
  21. dbgu: serial@fffff200 {
  22. status = "okay";
  23. };
  24. usart0: serial@fffb0000 {
  25. status = "okay";
  26. };
  27. usart1: serial@fffb4000 {
  28. status = "okay";
  29. };
  30. macb0: ethernet@fffc4000 {
  31. phy-mode = "rmii";
  32. status = "okay";
  33. };
  34. usb1: gadget@fffa4000 {
  35. atmel,vbus-gpio = <&pioC 5 0>;
  36. status = "okay";
  37. };
  38. };
  39. nand0: nand@40000000 {
  40. nand-bus-width = <8>;
  41. nand-ecc-mode = "soft";
  42. nand-on-flash-bbt;
  43. status = "okay";
  44. gpios = <0
  45. &pioC 14 0
  46. 0
  47. >;
  48. root@0 {
  49. label = "root";
  50. reg = <0x0 0x08000000>;
  51. };
  52. data@20000 {
  53. label = "data";
  54. reg = <0x08000000 0x38000000>;
  55. };
  56. };
  57. usb0: ohci@00500000 {
  58. num-ports = <2>;
  59. status = "okay";
  60. };
  61. };
  62. i2c@0 {
  63. status = "okay";
  64. pcf8563@50 {
  65. compatible = "nxp,pcf8563";
  66. reg = <0x51>;
  67. };
  68. };
  69. };