omap3-sbc-t3730.dts 620 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Suppport for CompuLab SBC-T3730 with CM-T3730
  3. */
  4. #include "omap3-cm-t3730.dts"
  5. #include "omap3-sb-t35.dtsi"
  6. / {
  7. model = "CompuLab SBC-T3730 with CM-T3730";
  8. compatible = "compulab,omap3-sbc-t3730", "compulab,omap3-cm-t3730", "ti,omap36xx", "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. &gpmc {
  20. ranges = <5 0 0x2c000000 0x01000000>,
  21. <4 0 0x2d000000 0x01000000>;
  22. };