imx27-phytec-phycore.dts 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. wdog@10002000 {
  22. status = "okay";
  23. };
  24. uart@1000a000 {
  25. fsl,uart-has-rtscts;
  26. status = "okay";
  27. };
  28. uart@1000b000 {
  29. fsl,uart-has-rtscts;
  30. status = "okay";
  31. };
  32. uart@1000c000 {
  33. fsl,uart-has-rtscts;
  34. status = "okay";
  35. };
  36. fec@1002b000 {
  37. status = "okay";
  38. };
  39. i2c@1001d000 {
  40. clock-frequency = <400000>;
  41. status = "okay";
  42. at24@4c {
  43. compatible = "at,24c32";
  44. pagesize = <32>;
  45. reg = <0x52>;
  46. };
  47. pcf8563@51 {
  48. compatible = "nxp,pcf8563";
  49. reg = <0x51>;
  50. };
  51. lm75@4a {
  52. compatible = "national,lm75";
  53. reg = <0x4a>;
  54. };
  55. };
  56. };
  57. };
  58. nor_flash@c0000000 {
  59. compatible = "cfi-flash";
  60. bank-width = <2>;
  61. reg = <0xc0000000 0x02000000>;
  62. #address-cells = <1>;
  63. #size-cells = <1>;
  64. };
  65. };