blob: 046cd7733c4f9afac93d5f5382b61fd228759b8c [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>;
Dmitry Lifshitz01e9ef62014-11-23 11:42:02 +020019 };
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080020};
21
Dmitry Lifshitzd234e422014-01-12 15:22:45 +020022&omap3_pmx_core {
23
24 smsc1_pins: pinmux_smsc1_pins {
25 pinctrl-single,pins = <
26 OMAP3_CORE1_IOPAD(0x20b8, PIN_OUTPUT | MUX_MODE0) /* gpmc_ncs5.gpmc_ncs5 */
27 OMAP3_CORE1_IOPAD(0x219a, PIN_INPUT_PULLUP | MUX_MODE4) /* uart3_cts_rctx.gpio_163 */
28 >;
29 };
Dmitry Lifshitzdcb27be2014-01-12 15:22:52 +020030
31 hsusb0_pins: pinmux_hsusb0_pins {
32 pinctrl-single,pins = <
Tony Lindgren20f670d2014-04-23 11:04:29 -070033 OMAP3_CORE1_IOPAD(0x21a2, PIN_OUTPUT | MUX_MODE0) /* hsusb0_clk.hsusb0_clk */
34 OMAP3_CORE1_IOPAD(0x21a4, PIN_OUTPUT | MUX_MODE0) /* hsusb0_stp.hsusb0_stp */
35 OMAP3_CORE1_IOPAD(0x21a6, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_dir.hsusb0_dir */
36 OMAP3_CORE1_IOPAD(0x21a8, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_nxt.hsusb0_nxt */
37 OMAP3_CORE1_IOPAD(0x21aa, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data0.hsusb2_data0 */
38 OMAP3_CORE1_IOPAD(0x21ac, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data1.hsusb0_data1 */
39 OMAP3_CORE1_IOPAD(0x21ae, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data2.hsusb0_data2 */
40 OMAP3_CORE1_IOPAD(0x21b0, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data3 */
41 OMAP3_CORE1_IOPAD(0x21b2, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data4 */
42 OMAP3_CORE1_IOPAD(0x21b4, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data5 */
43 OMAP3_CORE1_IOPAD(0x21b6, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data6 */
44 OMAP3_CORE1_IOPAD(0x21b8, PIN_INPUT_PULLDOWN | MUX_MODE0) /* hsusb0_data7.hsusb0_data7 */
Dmitry Lifshitzdcb27be2014-01-12 15:22:52 +020045 >;
46 };
Dmitry Lifshitzd234e422014-01-12 15:22:45 +020047};
48
Tony Lindgrende9949a2014-04-23 11:04:30 -070049#include "omap-gpmc-smsc911x.dtsi"
50
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080051&gpmc {
Dmitry Lifshitzdf73b7f2014-12-28 16:30:49 +020052 ranges = <5 0 0x2c000000 0x01000000>, /* CM-T3x30 SMSC9x Eth */
53 <0 0 0x00000000 0x01000000>; /* CM-T3x NAND */
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080054
Tony Lindgrende9949a2014-04-23 11:04:30 -070055 smsc1: ethernet@gpmc {
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080056 compatible = "smsc,lan9221", "smsc,lan9115";
Dmitry Lifshitzd234e422014-01-12 15:22:45 +020057 pinctrl-names = "default";
58 pinctrl-0 = <&smsc1_pins>;
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080059 interrupt-parent = <&gpio6>;
60 interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
61 reg = <5 0 0xff>;
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080062 };
63};
64
65&i2c1 {
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080066 twl: twl@48 {
67 reg = <0x48>;
68 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
69 interrupt-parent = <&intc>;
Dmitry Lifshitz01e9ef62014-11-23 11:42:02 +020070
71 twl_audio: audio {
72 compatible = "ti,twl4030-audio";
73 codec {
74 };
75 };
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080076 };
77};
78
79#include "twl4030.dtsi"
80#include "twl4030_omap3.dtsi"
Dmitry Lifshitz828b9492014-11-18 11:13:24 +020081#include <dt-bindings/input/input.h>
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080082
Dmitry Lifshitze6fb4272014-11-23 11:42:00 +020083&venc {
84 vdda-supply = <&vdac>;
85};
86
Dmitry Lifshitzd234e422014-01-12 15:22:45 +020087&mmc1 {
88 vmmc-supply = <&vmmc1>;
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080089};
90
91&twl_gpio {
92 ti,use-leds;
Dmitry Lifshitz0cc73cd2014-01-12 15:22:49 +020093 /* pullups: BIT(0) */
94 ti,pullups = <0x000001>;
Tony Lindgren0f0cfc62013-12-18 13:13:21 -080095};
Dmitry Lifshitzce5abbb2014-01-12 15:22:50 +020096
Dmitry Lifshitz828b9492014-11-18 11:13:24 +020097&twl_keypad {
98 linux,keymap = <
99 MATRIX_KEY(0x00, 0x01, KEY_A)
100 MATRIX_KEY(0x00, 0x02, KEY_B)
101 MATRIX_KEY(0x00, 0x03, KEY_LEFT)
102
103 MATRIX_KEY(0x01, 0x01, KEY_UP)
104 MATRIX_KEY(0x01, 0x02, KEY_ENTER)
105 MATRIX_KEY(0x01, 0x03, KEY_DOWN)
106
107 MATRIX_KEY(0x02, 0x01, KEY_RIGHT)
108 MATRIX_KEY(0x02, 0x02, KEY_C)
109 MATRIX_KEY(0x02, 0x03, KEY_D)
110 >;
111};
112
Dmitry Lifshitzce5abbb2014-01-12 15:22:50 +0200113&hsusb1_phy {
114 reset-gpios = <&twl_gpio 6 GPIO_ACTIVE_LOW>;
115};
116
117&hsusb2_phy {
118 reset-gpios = <&twl_gpio 7 GPIO_ACTIVE_LOW>;
119};
Dmitry Lifshitzdcb27be2014-01-12 15:22:52 +0200120
121&usb_otg_hs {
122 pinctrl-names = "default";
123 pinctrl-0 = <&hsusb0_pins>;
124 interface-type = <0>;
125 usb-phy = <&usb2_phy>;
126 phys = <&usb2_phy>;
127 phy-names = "usb2-phy";
128 mode = <3>;
129 power = <50>;
130};