imx27-phytec-phycore.dts 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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/ "imx27.dtsi"
  13. / {
  14. model = "Phytec pcm038";
  15. compatible = "phytec,imx27-pcm038", "fsl,imx27";
  16. memory {
  17. reg = <0x0 0x0>;
  18. };
  19. soc {
  20. aipi@10000000 { /* aipi */
  21. serial@1000a000 {
  22. fsl,uart-has-rtscts;
  23. status = "okay";
  24. };
  25. serial@1000b000 {
  26. fsl,uart-has-rtscts;
  27. status = "okay";
  28. };
  29. serial@1000c000 {
  30. fsl,uart-has-rtscts;
  31. status = "okay";
  32. };
  33. ethernet@1002b000 {
  34. status = "okay";
  35. };
  36. i2c@1001d000 {
  37. clock-frequency = <400000>;
  38. status = "okay";
  39. at24@52 {
  40. compatible = "at,24c32";
  41. pagesize = <32>;
  42. reg = <0x52>;
  43. };
  44. pcf8563@51 {
  45. compatible = "nxp,pcf8563";
  46. reg = <0x51>;
  47. };
  48. lm75@4a {
  49. compatible = "national,lm75";
  50. reg = <0x4a>;
  51. };
  52. };
  53. };
  54. };
  55. nor_flash@c0000000 {
  56. compatible = "cfi-flash";
  57. bank-width = <2>;
  58. reg = <0xc0000000 0x02000000>;
  59. #address-cells = <1>;
  60. #size-cells = <1>;
  61. };
  62. };