vf610-twr.dts 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /*
  2. * Copyright 2013 Freescale Semiconductor, Inc.
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License as published by
  6. * the Free Software Foundation; either version 2 of the License, or
  7. * (at your option) any later version.
  8. */
  9. /dts-v1/;
  10. #include "vf610.dtsi"
  11. / {
  12. model = "VF610 Tower Board";
  13. compatible = "fsl,vf610-twr", "fsl,vf610";
  14. chosen {
  15. bootargs = "console=ttyLP1,115200";
  16. };
  17. memory {
  18. reg = <0x80000000 0x8000000>;
  19. };
  20. clocks {
  21. audio_ext {
  22. compatible = "fixed-clock";
  23. clock-frequency = <24576000>;
  24. };
  25. enet_ext {
  26. compatible = "fixed-clock";
  27. clock-frequency = <50000000>;
  28. };
  29. };
  30. };
  31. &dspi0 {
  32. bus-num = <0>;
  33. pinctrl-names = "default";
  34. pinctrl-0 = <&pinctrl_dspi0_1>;
  35. status = "okay";
  36. sflash: at26df081a@0 {
  37. #address-cells = <1>;
  38. #size-cells = <1>;
  39. compatible = "atmel,at26df081a";
  40. spi-max-frequency = <16000000>;
  41. spi-cpol;
  42. spi-cpha;
  43. reg = <0>;
  44. };
  45. };
  46. &fec0 {
  47. phy-mode = "rmii";
  48. pinctrl-names = "default";
  49. pinctrl-0 = <&pinctrl_fec0_1>;
  50. status = "okay";
  51. };
  52. &fec1 {
  53. phy-mode = "rmii";
  54. pinctrl-names = "default";
  55. pinctrl-0 = <&pinctrl_fec1_1>;
  56. status = "okay";
  57. };
  58. &i2c0 {
  59. clock-frequency = <100000>;
  60. pinctrl-names = "default";
  61. pinctrl-0 = <&pinctrl_i2c0_1>;
  62. status = "okay";
  63. };
  64. &uart1 {
  65. pinctrl-names = "default";
  66. pinctrl-0 = <&pinctrl_uart1_1>;
  67. status = "okay";
  68. };