omap3-overo-tobiduo-common.dtsi 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2015 Ash Charles, Gumstix, Inc.
  4. */
  5. /*
  6. * TobiDuo expansion board is manufactured by Gumstix Inc.
  7. */
  8. #include "omap3-overo-common-peripherals.dtsi"
  9. #include "omap-gpmc-smsc9221.dtsi"
  10. &gpmc {
  11. smsc1: ethernet@gpmc {
  12. reg = <5 0 0xff>;
  13. interrupt-parent = <&gpio6>;
  14. interrupts = <16 IRQ_TYPE_LEVEL_LOW>; /* GPIO 176 */
  15. };
  16. smsc2: ethernet@4,0 {
  17. compatible = "smsc,lan9221","smsc,lan9115";
  18. bank-width = <2>;
  19. gpmc,mux-add-data = <0>;
  20. gpmc,cs-on-ns = <0>;
  21. gpmc,cs-rd-off-ns = <42>;
  22. gpmc,cs-wr-off-ns = <36>;
  23. gpmc,adv-on-ns = <6>;
  24. gpmc,adv-rd-off-ns = <12>;
  25. gpmc,adv-wr-off-ns = <12>;
  26. gpmc,oe-on-ns = <0>;
  27. gpmc,oe-off-ns = <42>;
  28. gpmc,we-on-ns = <0>;
  29. gpmc,we-off-ns = <36>;
  30. gpmc,rd-cycle-ns = <60>;
  31. gpmc,wr-cycle-ns = <54>;
  32. gpmc,access-ns = <36>;
  33. gpmc,page-burst-access-ns = <0>;
  34. gpmc,bus-turnaround-ns = <0>;
  35. gpmc,cycle2cycle-delay-ns = <0>;
  36. gpmc,wr-data-mux-bus-ns = <18>;
  37. gpmc,wr-access-ns = <42>;
  38. gpmc,cycle2cycle-samecsen;
  39. gpmc,cycle2cycle-diffcsen;
  40. vddvario-supply = <&vddvario>;
  41. vdd33a-supply = <&vdd33a>;
  42. reg-io-width = <4>;
  43. smsc,save-mac-address;
  44. reg = <4 0 0xff>;
  45. interrupt-parent = <&gpio3>;
  46. interrupts = <1 IRQ_TYPE_LEVEL_LOW>; /* GPIO 65 */
  47. };
  48. };
  49. &lis33de {
  50. status = "disabled";
  51. };