imx25-karo-tx25.dts 805 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. * Copyright 2012 Sascha Hauer, Pengutronix
  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/ "imx25.dtsi"
  13. / {
  14. model = "Ka-Ro TX25";
  15. compatible = "karo,imx25-tx25", "fsl,imx25";
  16. memory {
  17. reg = <0x80000000 0x02000000 0x90000000 0x02000000>;
  18. };
  19. soc {
  20. aips@43f00000 {
  21. uart1: serial@43f90000 {
  22. status = "okay";
  23. };
  24. };
  25. spba@50000000 {
  26. fec: ethernet@50038000 {
  27. status = "okay";
  28. phy-mode = "rmii";
  29. };
  30. };
  31. emi@80000000 {
  32. nand@bb000000 {
  33. nand-on-flash-bbt;
  34. status = "okay";
  35. };
  36. };
  37. };
  38. };