omap3-sb-t35.dtsi 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /*
  2. * Common support for CompuLab SB-T35 used on SBC-T3530, SBC-T3517 and SBC-T3730
  3. */
  4. &omap3_pmx_core {
  5. smsc2_pins: pinmux_smsc2_pins {
  6. pinctrl-single,pins = <
  7. OMAP3_CORE1_IOPAD(0x20b6, PIN_OUTPUT | MUX_MODE0) /* gpmc_ncs4.gpmc_ncs4 */
  8. OMAP3_CORE1_IOPAD(0x20d2, PIN_INPUT_PULLUP | MUX_MODE4) /* gpmc_wait3.gpio_65 */
  9. >;
  10. };
  11. };
  12. &gpmc {
  13. ranges = <4 0 0x2d000000 0x01000000>;
  14. smsc2: ethernet@4,0 {
  15. compatible = "smsc,lan9221", "smsc,lan9115";
  16. pinctrl-names = "default";
  17. pinctrl-0 = <&smsc2_pins>;
  18. interrupt-parent = <&gpio3>;
  19. interrupts = <1 IRQ_TYPE_LEVEL_LOW>;
  20. reg = <4 0 0xff>;
  21. bank-width = <2>;
  22. gpmc,mux-add-data;
  23. gpmc,cs-on-ns = <1>;
  24. gpmc,cs-rd-off-ns = <180>;
  25. gpmc,cs-wr-off-ns = <180>;
  26. gpmc,adv-rd-off-ns = <18>;
  27. gpmc,adv-wr-off-ns = <48>;
  28. gpmc,oe-on-ns = <54>;
  29. gpmc,oe-off-ns = <168>;
  30. gpmc,we-on-ns = <54>;
  31. gpmc,we-off-ns = <168>;
  32. gpmc,rd-cycle-ns = <186>;
  33. gpmc,wr-cycle-ns = <186>;
  34. gpmc,access-ns = <144>;
  35. gpmc,page-burst-access-ns = <24>;
  36. gpmc,bus-turnaround-ns = <90>;
  37. gpmc,cycle2cycle-delay-ns = <90>;
  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. };
  45. };