imx28-apf28.dts 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /*
  2. * Copyright 2012 Armadeus Systems - <support@armadeus.com>
  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 = "Armadeus Systems APF28 module";
  15. compatible = "armadeus,imx28-apf28", "fsl,imx28";
  16. memory {
  17. reg = <0x40000000 0x08000000>;
  18. };
  19. apb@80000000 {
  20. apbh@80000000 {
  21. gpmi-nand@8000c000 {
  22. pinctrl-names = "default";
  23. pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
  24. status = "okay";
  25. partition@0 {
  26. label = "u-boot";
  27. reg = <0x0 0x300000>;
  28. };
  29. partition@300000 {
  30. label = "env";
  31. reg = <0x300000 0x80000>;
  32. };
  33. partition@380000 {
  34. label = "env2";
  35. reg = <0x380000 0x80000>;
  36. };
  37. partition@400000 {
  38. label = "dtb";
  39. reg = <0x400000 0x80000>;
  40. };
  41. partition@480000 {
  42. label = "splash";
  43. reg = <0x480000 0x80000>;
  44. };
  45. partition@500000 {
  46. label = "kernel";
  47. reg = <0x500000 0x800000>;
  48. };
  49. partition@d00000 {
  50. label = "rootfs";
  51. reg = <0xd00000 0xf300000>;
  52. };
  53. };
  54. };
  55. apbx@80040000 {
  56. duart: serial@80074000 {
  57. pinctrl-names = "default";
  58. pinctrl-0 = <&duart_pins_a>;
  59. status = "okay";
  60. };
  61. };
  62. };
  63. ahb@80080000 {
  64. mac0: ethernet@800f0000 {
  65. phy-mode = "rmii";
  66. pinctrl-names = "default";
  67. pinctrl-0 = <&mac0_pins_a>;
  68. phy-reset-gpios = <&gpio4 13 0>;
  69. status = "okay";
  70. };
  71. };
  72. };