blob: d9e92b654f851e879fe8fb4d74bfdf66c4cd7af9 [file] [log] [blame]
Tony Lindgren0f0cfc62013-12-18 13:13:21 -08001/*
Dmitry Lifshitzd234e422014-01-12 15:22:45 +02002 * Common support for CompuLab CM-T3x30 CoMs
Tony Lindgren0f0cfc62013-12-18 13:13:21 -08003 */
4
Dmitry Lifshitzd234e422014-01-12 15:22:45 +02005#include "omap3-cm-t3x.dtsi"
Tony Lindgren0f0cfc62013-12-18 13:13:21 -08006
Dmitry Lifshitzd234e422014-01-12 15:22:45 +02007/ {
Tony Lindgren0f0cfc62013-12-18 13:13:21 -08008 cpus {
9 cpu@0 {
10 cpu0-supply = <&vcc>;
11 };
12 };
Dmitry Lifshitz01e9ef62014-11-23 11:42:02 +020013
14 sound {
15 compatible = "ti,omap-twl4030";
16 ti,model = "cm-t35";
17
18 ti,mcbsp = <&mcbsp2>;
19 ti,codec = <&twl_audio>;
20 };
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080021};
22
Dmitry Lifshitzd234e422014-01-12 15:22:45 +020023&omap3_pmx_core {
24
25 smsc1_pins: pinmux_smsc1_pins {
26 pinctrl-single,pins = <
27 OMAP3_CORE1_IOPAD(0x20b8, PIN_OUTPUT | MUX_MODE0) /* gpmc_ncs5.gpmc_ncs5 */
28 OMAP3_CORE1_IOPAD(0x219a, PIN_INPUT_PULLUP | MUX_MODE4) /* uart3_cts_rctx.gpio_163 */
29 >;
30 };
Dmitry Lifshitzdcb27be2014-01-12 15:22:52 +020031
32 hsusb0_pins: pinmux_hsusb0_pins {
33 pinctrl-single,pins = <
Tony Lindgren20f670d2014-04-23 11:04:29 -070034 OMAP3_CORE1_IOPAD(0x21a2, PIN_OUTPUT | MUX_MODE0) /* hsusb0_clk.hsusb0_clk */
35 OMAP3_CORE1_IOPAD(0x21a4, PIN_OUTPUT | MUX_MODE0) /* hsusb0_stp.hsusb0_stp */
36 OMAP3_CORE1_IOPAD(0x21a6, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_dir.hsusb0_dir */
37 OMAP3_CORE1_IOPAD(0x21a8, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_nxt.hsusb0_nxt */
38 OMAP3_CORE1_IOPAD(0x21aa, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data0.hsusb2_data0 */
39 OMAP3_CORE1_IOPAD(0x21ac, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data1.hsusb0_data1 */
40 OMAP3_CORE1_IOPAD(0x21ae, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data2.hsusb0_data2 */
41 OMAP3_CORE1_IOPAD(0x21b0, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data3 */
42 OMAP3_CORE1_IOPAD(0x21b2, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data4 */
43 OMAP3_CORE1_IOPAD(0x21b4, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data5 */
44 OMAP3_CORE1_IOPAD(0x21b6, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data6 */
45 OMAP3_CORE1_IOPAD(0x21b8, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data7 */
Dmitry Lifshitzdcb27be2014-01-12 15:22:52 +020046 >;
47 };
Dmitry Lifshitzd234e422014-01-12 15:22:45 +020048};
49
Tony Lindgrende9949a2014-04-23 11:04:30 -070050#include "omap-gpmc-smsc911x.dtsi"
51
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080052&gpmc {
Dmitry Lifshitzdf73b7f2014-12-28 16:30:49 +020053 ranges = <5 0 0x2c000000 0x01000000>, /* CM-T3x30 SMSC9x Eth */
54 <0 0 0x00000000 0x01000000>; /* CM-T3x NAND */
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080055
Tony Lindgrende9949a2014-04-23 11:04:30 -070056 smsc1: ethernet@gpmc {
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080057 compatible = "smsc,lan9221", "smsc,lan9115";
Dmitry Lifshitzd234e422014-01-12 15:22:45 +020058 pinctrl-names = "default";
59 pinctrl-0 = <&smsc1_pins>;
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080060 interrupt-parent = <&gpio6>;
61 interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
62 reg = <5 0 0xff>;
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080063 };
64};
65
66&i2c1 {
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080067 twl: twl@48 {
68 reg = <0x48>;
69 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
70 interrupt-parent = <&intc>;
Dmitry Lifshitz01e9ef62014-11-23 11:42:02 +020071
72 twl_audio: audio {
73 compatible = "ti,twl4030-audio";
74 codec {
75 };
76 };
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080077 };
78};
79
80#include "twl4030.dtsi"
81#include "twl4030_omap3.dtsi"
Dmitry Lifshitz828b9492014-11-18 11:13:24 +020082#include <dt-bindings/input/input.h>
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080083
Dmitry Lifshitze6fb4272014-11-23 11:42:00 +020084&venc {
85 vdda-supply = <&vdac>;
86};
87
Dmitry Lifshitzd234e422014-01-12 15:22:45 +020088&mmc1 {
89 vmmc-supply = <&vmmc1>;
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080090};
91
92&twl_gpio {
93 ti,use-leds;
Dmitry Lifshitz0cc73cd2014-01-12 15:22:49 +020094 /* pullups: BIT(0) */
95 ti,pullups = <0x000001>;
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080096};
Dmitry Lifshitzce5abbb2014-01-12 15:22:50 +020097
Dmitry Lifshitz828b9492014-11-18 11:13:24 +020098&twl_keypad {
99 linux,keymap = <
100 MATRIX_KEY(0x00, 0x01, KEY_A)
101 MATRIX_KEY(0x00, 0x02, KEY_B)
102 MATRIX_KEY(0x00, 0x03, KEY_LEFT)
103
104 MATRIX_KEY(0x01, 0x01, KEY_UP)
105 MATRIX_KEY(0x01, 0x02, KEY_ENTER)
106 MATRIX_KEY(0x01, 0x03, KEY_DOWN)
107
108 MATRIX_KEY(0x02, 0x01, KEY_RIGHT)
109 MATRIX_KEY(0x02, 0x02, KEY_C)
110 MATRIX_KEY(0x02, 0x03, KEY_D)
111 >;
112};
113
Dmitry Lifshitzce5abbb2014-01-12 15:22:50 +0200114&hsusb1_phy {
115 reset-gpios = <&twl_gpio 6 GPIO_ACTIVE_LOW>;
116};
117
118&hsusb2_phy {
119 reset-gpios = <&twl_gpio 7 GPIO_ACTIVE_LOW>;
120};
Dmitry Lifshitzdcb27be2014-01-12 15:22:52 +0200121
122&usb_otg_hs {
123 pinctrl-names = "default";
124 pinctrl-0 = <&hsusb0_pins>;
125 interface-type = <0>;
126 usb-phy = <&usb2_phy>;
127 phys = <&usb2_phy>;
128 phy-names = "usb2-phy";
129 mode = <3>;
130 power = <50>;
131};