Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Suppport for CompuLab SBC-T3730 with CM-T3730
0004  */
0005 
0006 #include "omap3-cm-t3730.dts"
0007 #include "omap3-sb-t35.dtsi"
0008 
0009 / {
0010         model = "CompuLab SBC-T3730 with CM-T3730";
0011         compatible = "compulab,omap3-sbc-t3730", "compulab,omap3-cm-t3730", "ti,omap3630", "ti,omap36xx", "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 &dss {
0037         port {
0038                 dpi_out: endpoint {
0039                         remote-endpoint = <&tfp410_in>;
0040                         data-lines = <24>;
0041                 };
0042         };
0043 };
0044