imx27-apf27.dts 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. /*
  2. * Copyright 2012 Philippe Reynes <tremyfr@yahoo.fr>
  3. * Copyright 2012 Armadeus Systems <support@armadeus.com>
  4. *
  5. * Based on code which is: Copyright 2012 Sascha Hauer, Pengutronix
  6. *
  7. * The code contained herein is licensed under the GNU General Public
  8. * License. You may obtain a copy of the GNU General Public License
  9. * Version 2 or later at the following locations:
  10. *
  11. * http://www.opensource.org/licenses/gpl-license.html
  12. * http://www.gnu.org/copyleft/gpl.html
  13. */
  14. /dts-v1/;
  15. /include/ "imx27.dtsi"
  16. / {
  17. model = "Armadeus Systems APF27 module";
  18. compatible = "armadeus,imx27-apf27", "fsl,imx27";
  19. memory {
  20. reg = <0xa0000000 0x04000000>;
  21. };
  22. clocks {
  23. #address-cells = <1>;
  24. #size-cells = <0>;
  25. osc26m {
  26. compatible = "fsl,imx-osc26m", "fixed-clock";
  27. clock-frequency = <0>;
  28. };
  29. };
  30. soc {
  31. aipi@10000000 {
  32. serial@1000a000 {
  33. status = "okay";
  34. };
  35. ethernet@1002b000 {
  36. status = "okay";
  37. };
  38. };
  39. nand@d8000000 {
  40. status = "okay";
  41. nand-bus-width = <16>;
  42. nand-ecc-mode = "hw";
  43. nand-on-flash-bbt;
  44. partition@0 {
  45. label = "u-boot";
  46. reg = <0x0 0x100000>;
  47. };
  48. partition@100000 {
  49. label = "env";
  50. reg = <0x100000 0x80000>;
  51. };
  52. partition@180000 {
  53. label = "env2";
  54. reg = <0x180000 0x80000>;
  55. };
  56. partition@200000 {
  57. label = "firmware";
  58. reg = <0x200000 0x80000>;
  59. };
  60. partition@280000 {
  61. label = "dtb";
  62. reg = <0x280000 0x80000>;
  63. };
  64. partition@300000 {
  65. label = "kernel";
  66. reg = <0x300000 0x500000>;
  67. };
  68. partition@800000 {
  69. label = "rootfs";
  70. reg = <0x800000 0xf800000>;
  71. };
  72. };
  73. };
  74. };