omap3-sbc-t3530.dts 991 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Suppport for CompuLab SBC-T3530 with CM-T3530
  4. */
  5. #include "omap3-cm-t3530.dts"
  6. #include "omap3-sb-t35.dtsi"
  7. / {
  8. model = "CompuLab SBC-T3530 with CM-T3530";
  9. compatible = "compulab,omap3-sbc-t3530", "compulab,omap3-cm-t3530", "ti,omap3430", "ti,omap34xx", "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. &mmc1 {
  30. cd-gpios = <&twl_gpio 0 GPIO_ACTIVE_HIGH>;
  31. };
  32. &dss {
  33. port {
  34. dpi_out: endpoint {
  35. remote-endpoint = <&tfp410_in>;
  36. data-lines = <24>;
  37. };
  38. };
  39. };