]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/arm/boot/dts/omap3-cm-t3x30.dtsi
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-jammy-kernel.git] / arch / arm / boot / dts / omap3-cm-t3x30.dtsi
CommitLineData
0f0cfc69 1/*
d234e423 2 * Common support for CompuLab CM-T3x30 CoMs
0f0cfc69
TL
3 */
4
d234e423 5#include "omap3-cm-t3x.dtsi"
0f0cfc69 6
d234e423 7/ {
0f0cfc69
TL
8 cpus {
9 cpu@0 {
10 cpu0-supply = <&vcc>;
11 };
12 };
0f0cfc69
TL
13};
14
d234e423
DL
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 };
dcb27bee
DL
23
24 hsusb0_pins: pinmux_hsusb0_pins {
25 pinctrl-single,pins = <
20f670dc
TL
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 */
dcb27bee
DL
38 >;
39 };
d234e423
DL
40};
41
de9949a4
TL
42#include "omap-gpmc-smsc911x.dtsi"
43
0f0cfc69
TL
44&gpmc {
45 ranges = <5 0 0x2c000000 0x01000000>;
46
de9949a4 47 smsc1: ethernet@gpmc {
0f0cfc69 48 compatible = "smsc,lan9221", "smsc,lan9115";
d234e423
DL
49 pinctrl-names = "default";
50 pinctrl-0 = <&smsc1_pins>;
0f0cfc69
TL
51 interrupt-parent = <&gpio6>;
52 interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
53 reg = <5 0 0xff>;
0f0cfc69
TL
54 };
55};
56
57&i2c1 {
0f0cfc69
TL
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
d234e423
DL
68&mmc1 {
69 vmmc-supply = <&vmmc1>;
0f0cfc69
TL
70};
71
72&twl_gpio {
73 ti,use-leds;
0cc73cd4
DL
74 /* pullups: BIT(0) */
75 ti,pullups = <0x000001>;
0f0cfc69 76};
ce5abbb8
DL
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};
dcb27bee
DL
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};