omap3-sbc-t3730.dts 934 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Suppport for CompuLab SBC-T3730 with CM-T3730
  4. */
  5. #include "omap3-cm-t3730.dts"
  6. #include "omap3-sb-t35.dtsi"
  7. / {
  8. model = "CompuLab SBC-T3730 with CM-T3730";
  9. compatible = "compulab,omap3-sbc-t3730", "compulab,omap3-cm-t3730", "ti,omap3630", "ti,omap36xx", "ti,omap3";
  10. aliases {
  11. display0 = &dvi0;
  12. display1 = &tv0;
  13. };
  14. };
  15. &omap3_pmx_core {
  16. pinctrl-names = "default";
  17. pinctrl-0 = <&sb_t35_usb_hub_pins>;
  18. sb_t35_usb_hub_pins: pinmux_sb_t35_usb_hub_pins {
  19. pinctrl-single,pins = <
  20. OMAP3_CORE1_IOPAD(0x2130, PIN_OUTPUT | MUX_MODE4) /* ccdc_wen.gpio_167 - SB-T35 USB HUB RST */
  21. >;
  22. };
  23. };
  24. &gpmc {
  25. ranges = <5 0 0x2c000000 0x01000000>, /* CM-T3x30 SMSC9x Eth */
  26. <4 0 0x2d000000 0x01000000>, /* SB-T35 SMSC9x Eth */
  27. <0 0 0x00000000 0x01000000>; /* CM-T3x NAND */
  28. };
  29. &dss {
  30. port {
  31. dpi_out: endpoint {
  32. remote-endpoint = <&tfp410_in>;
  33. data-lines = <24>;
  34. };
  35. };
  36. };