imx27-phytec-phycore.dts 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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 { /* aipi1 */
  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. i2c@1001d000 {
  34. clock-frequency = <400000>;
  35. status = "okay";
  36. at24@52 {
  37. compatible = "at,24c32";
  38. pagesize = <32>;
  39. reg = <0x52>;
  40. };
  41. pcf8563@51 {
  42. compatible = "nxp,pcf8563";
  43. reg = <0x51>;
  44. };
  45. lm75@4a {
  46. compatible = "national,lm75";
  47. reg = <0x4a>;
  48. };
  49. };
  50. };
  51. aipi@10020000 { /* aipi2 */
  52. ethernet@1002b000 {
  53. status = "okay";
  54. };
  55. };
  56. };
  57. nor_flash@c0000000 {
  58. compatible = "cfi-flash";
  59. bank-width = <2>;
  60. reg = <0xc0000000 0x02000000>;
  61. #address-cells = <1>;
  62. #size-cells = <1>;
  63. };
  64. };