omap3-sbc-t3530.dts 861 B

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. * Suppport for CompuLab SBC-T3530 with CM-T3530
  3. */
  4. #include "omap3-cm-t3530.dts"
  5. #include "omap3-sb-t35.dtsi"
  6. / {
  7. model = "CompuLab SBC-T3530 with CM-T3530";
  8. compatible = "compulab,omap3-sbc-t3530", "compulab,omap3-cm-t3530", "ti,omap34xx", "ti,omap3";
  9. };
  10. &omap3_pmx_core {
  11. pinctrl-names = "default";
  12. pinctrl-0 = <&sb_t35_usb_hub_pins>;
  13. sb_t35_usb_hub_pins: pinmux_sb_t35_usb_hub_pins {
  14. pinctrl-single,pins = <
  15. OMAP3_CORE1_IOPAD(0x2130, PIN_OUTPUT | MUX_MODE4) /* ccdc_wen.gpio_167 - SB-T35 USB HUB RST */
  16. >;
  17. };
  18. };
  19. /*
  20. * The following ranges correspond to SMSC9x eth chips on CM-T3530 CoM and
  21. * SB-T35 baseboard respectively.
  22. * This setting includes both chips in SBC-T3530 board device tree.
  23. */
  24. &gpmc {
  25. ranges = <5 0 0x2c000000 0x01000000>,
  26. <4 0 0x2d000000 0x01000000>;
  27. };
  28. &mmc1 {
  29. cd-gpios = <&twl_gpio 0 GPIO_ACTIVE_HIGH>;
  30. };