imx28-apf28.dts 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * Copyright 2012 Armadeus Systems - <[email protected]>
  4. */
  5. /dts-v1/;
  6. #include "imx28.dtsi"
  7. / {
  8. model = "Armadeus Systems APF28 module";
  9. compatible = "armadeus,imx28-apf28", "fsl,imx28";
  10. memory@40000000 {
  11. device_type = "memory";
  12. reg = <0x40000000 0x08000000>;
  13. };
  14. apb@80000000 {
  15. apbh@80000000 {
  16. nand-controller@8000c000 {
  17. pinctrl-names = "default";
  18. pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
  19. status = "okay";
  20. partition@0 {
  21. label = "u-boot";
  22. reg = <0x0 0x300000>;
  23. };
  24. partition@300000 {
  25. label = "env";
  26. reg = <0x300000 0x80000>;
  27. };
  28. partition@380000 {
  29. label = "env2";
  30. reg = <0x380000 0x80000>;
  31. };
  32. partition@400000 {
  33. label = "dtb";
  34. reg = <0x400000 0x80000>;
  35. };
  36. partition@480000 {
  37. label = "splash";
  38. reg = <0x480000 0x80000>;
  39. };
  40. partition@500000 {
  41. label = "kernel";
  42. reg = <0x500000 0x800000>;
  43. };
  44. partition@d00000 {
  45. label = "rootfs";
  46. reg = <0xd00000 0xf300000>;
  47. };
  48. };
  49. };
  50. apbx@80040000 {
  51. duart: serial@80074000 {
  52. pinctrl-names = "default";
  53. pinctrl-0 = <&duart_pins_a>;
  54. status = "okay";
  55. };
  56. };
  57. };
  58. ahb@80080000 {
  59. mac0: ethernet@800f0000 {
  60. phy-mode = "rmii";
  61. pinctrl-names = "default";
  62. pinctrl-0 = <&mac0_pins_a>;
  63. phy-reset-gpios = <&gpio4 13 GPIO_ACTIVE_LOW>;
  64. status = "okay";
  65. };
  66. };
  67. };