imx28-evk.dts 979 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*
  2. * Copyright 2012 Freescale Semiconductor, Inc.
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. */
  11. /dts-v1/;
  12. /include/ "imx28.dtsi"
  13. / {
  14. model = "Freescale i.MX28 Evaluation Kit";
  15. compatible = "fsl,imx28-evk", "fsl,imx28";
  16. memory {
  17. reg = <0x40000000 0x08000000>;
  18. };
  19. apb@80000000 {
  20. apbx@80040000 {
  21. duart: serial@80074000 {
  22. pinctrl-names = "default";
  23. pinctrl-0 = <&duart_pins_a>;
  24. status = "okay";
  25. };
  26. };
  27. };
  28. ahb@80080000 {
  29. mac0: ethernet@800f0000 {
  30. phy-mode = "rmii";
  31. pinctrl-names = "default";
  32. pinctrl-0 = <&mac0_pins_a>;
  33. status = "okay";
  34. };
  35. mac1: ethernet@800f4000 {
  36. phy-mode = "rmii";
  37. pinctrl-names = "default";
  38. pinctrl-0 = <&mac1_pins_a>;
  39. status = "okay";
  40. };
  41. };
  42. };