0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003 * Suppport for CompuLab SBC-T3530 with CM-T3530
0004 */
0005
0006 #include "omap3-cm-t3530.dts"
0007 #include "omap3-sb-t35.dtsi"
0008
0009 / {
0010 model = "CompuLab SBC-T3530 with CM-T3530";
0011 compatible = "compulab,omap3-sbc-t3530", "compulab,omap3-cm-t3530", "ti,omap3430", "ti,omap34xx", "ti,omap3";
0012
0013 aliases {
0014 display0 = &dvi0;
0015 display1 = &tv0;
0016 };
0017 };
0018
0019 &omap3_pmx_core {
0020 pinctrl-names = "default";
0021 pinctrl-0 = <&sb_t35_usb_hub_pins>;
0022
0023 sb_t35_usb_hub_pins: pinmux_sb_t35_usb_hub_pins {
0024 pinctrl-single,pins = <
0025 OMAP3_CORE1_IOPAD(0x2130, PIN_OUTPUT | MUX_MODE4) /* ccdc_wen.gpio_167 - SB-T35 USB HUB RST */
0026 >;
0027 };
0028 };
0029
0030 &gpmc {
0031 ranges = <5 0 0x2c000000 0x01000000>, /* CM-T3x30 SMSC9x Eth */
0032 <4 0 0x2d000000 0x01000000>, /* SB-T35 SMSC9x Eth */
0033 <0 0 0x00000000 0x01000000>; /* CM-T3x NAND */
0034 };
0035
0036 &mmc1 {
0037 cd-gpios = <&twl_gpio 0 GPIO_ACTIVE_HIGH>;
0038 };
0039
0040 &dss {
0041 port {
0042 dpi_out: endpoint {
0043 remote-endpoint = <&tfp410_in>;
0044 data-lines = <24>;
0045 };
0046 };
0047 };
0048