omap2430-sdp.dts 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/
  4. */
  5. /dts-v1/;
  6. #include "omap2430.dtsi"
  7. / {
  8. model = "TI OMAP2430 SDP";
  9. compatible = "ti,omap2430-sdp", "ti,omap2430", "ti,omap2";
  10. memory@80000000 {
  11. device_type = "memory";
  12. reg = <0x80000000 0x8000000>; /* 128 MB */
  13. };
  14. };
  15. &i2c2 {
  16. clock-frequency = <100000>;
  17. twl: twl@48 {
  18. reg = <0x48>;
  19. interrupts = <7>; /* SYS_NIRQ cascaded to intc */
  20. };
  21. };
  22. #include "twl4030.dtsi"
  23. &mmc1 {
  24. vmmc-supply = <&vmmc1>;
  25. bus-width = <4>;
  26. };
  27. &gpmc {
  28. ranges = <5 0 0x08000000 0x01000000>;
  29. ethernet@gpmc {
  30. compatible = "smsc,lan91c94";
  31. interrupt-parent = <&gpio5>;
  32. interrupts = <21 IRQ_TYPE_LEVEL_LOW>; /* gpio149 */
  33. reg = <5 0x300 0xf>;
  34. bank-width = <2>;
  35. gpmc,sync-clk-ps = <0>;
  36. gpmc,mux-add-data = <2>;
  37. gpmc,device-width = <1>;
  38. gpmc,cycle2cycle-samecsen;
  39. gpmc,cycle2cycle-diffcsen;
  40. gpmc,cs-on-ns = <6>;
  41. gpmc,cs-rd-off-ns = <187>;
  42. gpmc,cs-wr-off-ns = <187>;
  43. gpmc,adv-on-ns = <18>;
  44. gpmc,adv-rd-off-ns = <48>;
  45. gpmc,adv-wr-off-ns = <48>;
  46. gpmc,oe-on-ns = <60>;
  47. gpmc,oe-off-ns = <169>;
  48. gpmc,we-on-ns = <66>;
  49. gpmc,we-off-ns = <169>;
  50. gpmc,rd-cycle-ns = <187>;
  51. gpmc,wr-cycle-ns = <187>;
  52. gpmc,access-ns = <187>;
  53. gpmc,page-burst-access-ns = <24>;
  54. gpmc,bus-turnaround-ns = <24>;
  55. gpmc,cycle2cycle-delay-ns = <24>;
  56. gpmc,wait-monitoring-ns = <0>;
  57. gpmc,clk-activation-ns = <0>;
  58. gpmc,wr-data-mux-bus-ns = <0>;
  59. gpmc,wr-access-ns = <0>;
  60. };
  61. };