at91sam9x25.dtsi 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*
  2. * at91sam9x25.dtsi - Device Tree Include file for AT91SAM9X25 SoC
  3. *
  4. * Copyright (C) 2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  5. *
  6. * Licensed under GPLv2.
  7. */
  8. /include/ "at91sam9x5.dtsi"
  9. / {
  10. model = "Atmel AT91SAM9X25 SoC";
  11. compatible = "atmel, at91sam9x25, atmel,at91sam9x5";
  12. ahb {
  13. apb {
  14. pinctrl@fffff400 {
  15. atmel,mux-mask = <
  16. /* A B C */
  17. 0xffffffff 0xffe03fff 0xc000001c /* pioA */
  18. 0x0007ffff 0x00047e3f 0x00000000 /* pioB */
  19. 0x80000000 0xfffd0000 0xb83fffff /* pioC */
  20. 0x003fffff 0x003f8000 0x00000000 /* pioD */
  21. >;
  22. macb1 {
  23. pinctrl_macb1_rmii: macb1_rmii-0 {
  24. atmel,pins =
  25. <2 16 0x2 0x0 /* PC16 periph B */
  26. 2 18 0x2 0x0 /* PC18 periph B */
  27. 2 19 0x2 0x0 /* PC19 periph B */
  28. 2 20 0x2 0x0 /* PC20 periph B */
  29. 2 21 0x2 0x0 /* PC21 periph B */
  30. 2 27 0x2 0x0 /* PC27 periph B */
  31. 2 28 0x2 0x0 /* PC28 periph B */
  32. 2 29 0x2 0x0 /* PC29 periph B */
  33. 2 30 0x2 0x0 /* PC30 periph B */
  34. 2 31 0x2 0x0>; /* PC31 periph B */
  35. };
  36. };
  37. };
  38. macb1: ethernet@f8030000 {
  39. pinctrl-names = "default";
  40. pinctrl-0 = <&pinctrl_macb1_rmii>;
  41. };
  42. };
  43. };
  44. };