]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/arm/boot/dts/omap3-cm-t3x30.dtsi
Merge tag 'v3.16-rc6' into next
[mirror_ubuntu-bionic-kernel.git] / arch / arm / boot / dts / omap3-cm-t3x30.dtsi
1 /*
2 * Common support for CompuLab CM-T3x30 CoMs
3 */
4
5 #include "omap3-cm-t3x.dtsi"
6
7 / {
8 cpus {
9 cpu@0 {
10 cpu0-supply = <&vcc>;
11 };
12 };
13 };
14
15 &omap3_pmx_core {
16
17 smsc1_pins: pinmux_smsc1_pins {
18 pinctrl-single,pins = <
19 OMAP3_CORE1_IOPAD(0x20b8, PIN_OUTPUT | MUX_MODE0) /* gpmc_ncs5.gpmc_ncs5 */
20 OMAP3_CORE1_IOPAD(0x219a, PIN_INPUT_PULLUP | MUX_MODE4) /* uart3_cts_rctx.gpio_163 */
21 >;
22 };
23
24 hsusb0_pins: pinmux_hsusb0_pins {
25 pinctrl-single,pins = <
26 OMAP3_CORE1_IOPAD(0x21a2, PIN_OUTPUT | MUX_MODE0) /* hsusb0_clk.hsusb0_clk */
27 OMAP3_CORE1_IOPAD(0x21a4, PIN_OUTPUT | MUX_MODE0) /* hsusb0_stp.hsusb0_stp */
28 OMAP3_CORE1_IOPAD(0x21a6, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_dir.hsusb0_dir */
29 OMAP3_CORE1_IOPAD(0x21a8, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_nxt.hsusb0_nxt */
30 OMAP3_CORE1_IOPAD(0x21aa, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data0.hsusb2_data0 */
31 OMAP3_CORE1_IOPAD(0x21ac, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data1.hsusb0_data1 */
32 OMAP3_CORE1_IOPAD(0x21ae, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data2.hsusb0_data2 */
33 OMAP3_CORE1_IOPAD(0x21b0, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data3 */
34 OMAP3_CORE1_IOPAD(0x21b2, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data4 */
35 OMAP3_CORE1_IOPAD(0x21b4, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data5 */
36 OMAP3_CORE1_IOPAD(0x21b6, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data6 */
37 OMAP3_CORE1_IOPAD(0x21b8, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data7 */
38 >;
39 };
40 };
41
42 #include "omap-gpmc-smsc911x.dtsi"
43
44 &gpmc {
45 ranges = <5 0 0x2c000000 0x01000000>;
46
47 smsc1: ethernet@gpmc {
48 compatible = "smsc,lan9221", "smsc,lan9115";
49 pinctrl-names = "default";
50 pinctrl-0 = <&smsc1_pins>;
51 interrupt-parent = <&gpio6>;
52 interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
53 reg = <5 0 0xff>;
54 };
55 };
56
57 &i2c1 {
58 twl: twl@48 {
59 reg = <0x48>;
60 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
61 interrupt-parent = <&intc>;
62 };
63 };
64
65 #include "twl4030.dtsi"
66 #include "twl4030_omap3.dtsi"
67
68 &mmc1 {
69 vmmc-supply = <&vmmc1>;
70 };
71
72 &twl_gpio {
73 ti,use-leds;
74 /* pullups: BIT(0) */
75 ti,pullups = <0x000001>;
76 };
77
78 &hsusb1_phy {
79 reset-gpios = <&twl_gpio 6 GPIO_ACTIVE_LOW>;
80 };
81
82 &hsusb2_phy {
83 reset-gpios = <&twl_gpio 7 GPIO_ACTIVE_LOW>;
84 };
85
86 &usb_otg_hs {
87 pinctrl-names = "default";
88 pinctrl-0 = <&hsusb0_pins>;
89 interface-type = <0>;
90 usb-phy = <&usb2_phy>;
91 phys = <&usb2_phy>;
92 phy-names = "usb2-phy";
93 mode = <3>;
94 power = <50>;
95 };