Linux Audio

Check our new training course

Linux kernel drivers training

Mar 31-Apr 9, 2025, special US time zones
Register
Loading...
v6.2
  1// SPDX-License-Identifier: GPL-2.0
  2/*
  3 * Common support for omap3 EVM boards
  4 */
  5
  6#include <dt-bindings/input/input.h>
  7#include "omap-gpmc-smsc911x.dtsi"
  8
  9/ {
 10	cpus {
 11		cpu@0 {
 12			cpu0-supply = <&vcc>;
 13		};
 14	};
 15
 16	/* HS USB Port 2 Power */
 17	hsusb2_power: hsusb2_power_reg {
 18		compatible = "regulator-fixed";
 19		regulator-name = "hsusb2_vbus";
 20		regulator-min-microvolt = <3300000>;
 21		regulator-max-microvolt = <3300000>;
 22		gpio = <&gpio1 22 GPIO_ACTIVE_HIGH>; /* gpio_22 */
 23		startup-delay-us = <70000>;
 24		enable-active-high;
 25	};
 26
 27	/* HS USB Host PHY on PORT 2 */
 28	hsusb2_phy: hsusb2_phy {
 29		compatible = "usb-nop-xceiv";
 30		reset-gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; /* gpio_21 */
 31		vcc-supply = <&hsusb2_power>;
 32		#phy-cells = <0>;
 33	};
 34
 35	leds {
 36		compatible = "gpio-leds";
 37		ledb {
 38			label = "omap3evm::ledb";
 39			gpios = <&twl_gpio 19 GPIO_ACTIVE_HIGH>; /* LEDB */
 40			linux,default-trigger = "default-on";
 41		};
 42	};
 43
 44	wl12xx_vmmc: wl12xx_vmmc {
 45		compatible = "regulator-fixed";
 46		regulator-name = "vwl1271";
 47		regulator-min-microvolt = <1800000>;
 48		regulator-max-microvolt = <1800000>;
 49		gpio = <&gpio5 22 GPIO_ACTIVE_HIGH>;	/* gpio150 */
 50		startup-delay-us = <70000>;
 51		enable-active-high;
 52		vin-supply = <&vmmc2>;
 53	};
 54};
 55
 56&i2c1 {
 57	clock-frequency = <2600000>;
 58
 59	twl: twl@48 {
 60		reg = <0x48>;
 61		interrupts = <7>; /* SYS_NIRQ cascaded to intc */
 62		interrupt-parent = <&intc>;
 63	};
 64};
 65
 66#include "twl4030.dtsi"
 67#include "twl4030_omap3.dtsi"
 68#include "omap3-panel-sharp-ls037v7dw01.dtsi"
 69
 70&backlight0 {
 71	gpios = <&twl_gpio 18 GPIO_ACTIVE_LOW>;
 72};
 73
 74&twl {
 75	twl_power: power {
 76		compatible = "ti,twl4030-power-omap3-evm", "ti,twl4030-power-idle";
 77		ti,use_poweroff;
 78	};
 79};
 80
 81&i2c2 {
 82	clock-frequency = <400000>;
 83};
 84
 85&i2c3 {
 86	clock-frequency = <400000>;
 87
 88	/*
 89	 * TVP5146 Video decoder-in for analog input support.
 90	 */
 91	tvp5146@5c {
 92		compatible = "ti,tvp5146m2";
 93		reg = <0x5c>;
 94	};
 95};
 96
 97&lcd_3v3 {
 98	gpio = <&gpio5 25 GPIO_ACTIVE_LOW>;	/* gpio153 */
 
 99};
100
101&lcd0 {
102	enable-gpios = <&gpio5 24 GPIO_ACTIVE_HIGH>;	/* gpio152, lcd INI */
103	reset-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>;	/* gpio155, lcd RESB */
104	mode-gpios = <&gpio5 26 GPIO_ACTIVE_HIGH	/* gpio154, lcd MO */
105		      &gpio1 2 GPIO_ACTIVE_HIGH		/* gpio2, lcd LR */
106		      &gpio1 3 GPIO_ACTIVE_HIGH>;	/* gpio3, lcd UD */
107};
108
109&mcspi1 {
110	tsc2046@0 {
111		interrupt-parent = <&gpio6>;
112		interrupts = <15 0>;		/* gpio175 */
113		pendown-gpio = <&gpio6 15 GPIO_ACTIVE_HIGH>;
114	};
115};
116
117&mmc1 {
118	interrupts-extended = <&intc 83 &omap3_pmx_core 0x11a>;
119	vmmc-supply = <&vmmc1>;
120	vqmmc-supply = <&vsim>;
121	bus-width = <8>;
122};
123
124&mmc2 {
125	interrupts-extended = <&intc 86 &omap3_pmx_core 0x12e>;
126	vmmc-supply = <&wl12xx_vmmc>;
127	non-removable;
128	bus-width = <4>;
129	cap-power-off-card;
130
131	#address-cells = <1>;
132	#size-cells = <0>;
133	wlcore: wlcore@2 {
134		compatible = "ti,wl1271";
135		reg = <2>;
136		/* gpio_149 with uart1_rts pad as wakeirq */
137		interrupts-extended = <&gpio5 21 IRQ_TYPE_EDGE_RISING>,
138				      <&omap3_pmx_core 0x14e>;
139		interrupt-names = "irq", "wakeup";
140		ref-clock-frequency = <38400000>;
141	};
142};
143
144&twl_gpio {
145	ti,use-leds;
146};
147
148&twl_keypad {
149	linux,keymap = <
150			MATRIX_KEY(2, 2, KEY_1)
151			MATRIX_KEY(1, 1, KEY_2)
152			MATRIX_KEY(0, 0, KEY_3)
153			MATRIX_KEY(3, 2, KEY_4)
154			MATRIX_KEY(2, 1, KEY_5)
155			MATRIX_KEY(1, 0, KEY_6)
156			MATRIX_KEY(1, 3, KEY_7)
157			MATRIX_KEY(3, 1, KEY_8)
158			MATRIX_KEY(2, 0, KEY_9)
159			MATRIX_KEY(2, 3, KEY_KPASTERISK)
160			MATRIX_KEY(0, 2, KEY_0)
161			MATRIX_KEY(3, 0, KEY_KPDOT)
162			/* s4 not wired */
163			MATRIX_KEY(1, 2, KEY_BACKSPACE)
164			MATRIX_KEY(0, 1, KEY_ENTER)
165			>;
166};
167
168&usbhshost {
169	port2-mode = "ehci-phy";
170};
171
172&usbhsehci {
173	phys = <0 &hsusb2_phy>;
174};
175
176&usb_otg_hs {
177	interface-type = <0>;
178	usb-phy = <&usb2_phy>;
179	phys = <&usb2_phy>;
180	phy-names = "usb2-phy";
181	mode = <3>;
182	power = <50>;
183};
184
185&gpmc {
186	ethernet@gpmc {
187		interrupt-parent = <&gpio6>;
188		interrupts = <16 8>;
189		reg = <5 0 0xff>;
190	};
191};
192
193&vaux2 {
194	regulator-name = "usb_1v8";
195	regulator-min-microvolt = <1800000>;
196	regulator-max-microvolt = <1800000>;
197	regulator-always-on;
198};
v4.6
 
  1/*
  2 * Common support for omap3 EVM boards
  3 */
  4
  5#include <dt-bindings/input/input.h>
  6#include "omap-gpmc-smsc911x.dtsi"
  7
  8/ {
  9	cpus {
 10		cpu@0 {
 11			cpu0-supply = <&vcc>;
 12		};
 13	};
 14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 15	leds {
 16		compatible = "gpio-leds";
 17		ledb {
 18			label = "omap3evm::ledb";
 19			gpios = <&twl_gpio 19 GPIO_ACTIVE_HIGH>; /* LEDB */
 20			linux,default-trigger = "default-on";
 21		};
 22	};
 23
 24	wl12xx_vmmc: wl12xx_vmmc {
 25		compatible = "regulator-fixed";
 26		regulator-name = "vwl1271";
 27		regulator-min-microvolt = <1800000>;
 28		regulator-max-microvolt = <1800000>;
 29		gpio = <&gpio5 22 GPIO_ACTIVE_HIGH>;	/* gpio150 */
 30		startup-delay-us = <70000>;
 31		enable-active-high;
 32		vin-supply = <&vmmc2>;
 33	};
 34};
 35
 36&i2c1 {
 37	clock-frequency = <2600000>;
 38
 39	twl: twl@48 {
 40		reg = <0x48>;
 41		interrupts = <7>; /* SYS_NIRQ cascaded to intc */
 42		interrupt-parent = <&intc>;
 43	};
 44};
 45
 46#include "twl4030.dtsi"
 47#include "twl4030_omap3.dtsi"
 48#include "omap3-panel-sharp-ls037v7dw01.dtsi"
 49
 50&backlight0 {
 51	gpios = <&twl_gpio 18 GPIO_ACTIVE_LOW>;
 52};
 53
 54&twl {
 55	twl_power: power {
 56		compatible = "ti,twl4030-power-omap3-evm", "ti,twl4030-power-idle";
 57		ti,use_poweroff;
 58	};
 59};
 60
 61&i2c2 {
 62	clock-frequency = <400000>;
 63};
 64
 65&i2c3 {
 66	clock-frequency = <400000>;
 67
 68	/*
 69	 * TVP5146 Video decoder-in for analog input support.
 70	 */
 71	tvp5146@5c {
 72		compatible = "ti,tvp5146m2";
 73		reg = <0x5c>;
 74	};
 75};
 76
 77&lcd_3v3 {
 78	gpio = <&gpio5 25 GPIO_ACTIVE_LOW>;	/* gpio153 */
 79	enable-active-low;
 80};
 81
 82&lcd0 {
 83	enable-gpios = <&gpio5 24 GPIO_ACTIVE_HIGH>;	/* gpio152, lcd INI */
 84	reset-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>;	/* gpio155, lcd RESB */
 85	mode-gpios = <&gpio5 26 GPIO_ACTIVE_HIGH	/* gpio154, lcd MO */
 86		      &gpio1 2 GPIO_ACTIVE_HIGH		/* gpio2, lcd LR */
 87		      &gpio1 3 GPIO_ACTIVE_HIGH>;	/* gpio3, lcd UD */
 88};
 89
 90&mcspi1 {
 91	tsc2046@0 {
 92		interrupt-parent = <&gpio6>;
 93		interrupts = <15 0>;		/* gpio175 */
 94		pendown-gpio = <&gpio6 15 GPIO_ACTIVE_HIGH>;
 95	};
 96};
 97
 98&mmc1 {
 99	interrupts-extended = <&intc 83 &omap3_pmx_core 0x11a>;
100	vmmc-supply = <&vmmc1>;
101	vmmc_aux-supply = <&vsim>;
102	bus-width = <8>;
103};
104
105&mmc2 {
 
106	vmmc-supply = <&wl12xx_vmmc>;
107	non-removable;
108	bus-width = <4>;
109	cap-power-off-card;
110
111	#address-cells = <1>;
112	#size-cells = <0>;
113	wlcore: wlcore@2 {
114		compatible = "ti,wl1271";
115		reg = <2>;
116		interrupt-parent = <&gpio5>;
117		interrupts = <21 IRQ_TYPE_LEVEL_HIGH>; /* gpio 149 */
 
 
118		ref-clock-frequency = <38400000>;
119	};
120};
121
122&twl_gpio {
123	ti,use-leds;
124};
125
126&twl_keypad {
127	linux,keymap = <
128			MATRIX_KEY(2, 2, KEY_1)
129			MATRIX_KEY(1, 1, KEY_2)
130			MATRIX_KEY(0, 0, KEY_3)
131			MATRIX_KEY(3, 2, KEY_4)
132			MATRIX_KEY(2, 1, KEY_5)
133			MATRIX_KEY(1, 0, KEY_6)
134			MATRIX_KEY(1, 3, KEY_7)
135			MATRIX_KEY(3, 1, KEY_8)
136			MATRIX_KEY(2, 0, KEY_9)
137			MATRIX_KEY(2, 3, KEY_KPASTERISK)
138			MATRIX_KEY(0, 2, KEY_0)
139			MATRIX_KEY(3, 0, KEY_KPDOT)
140			/* s4 not wired */
141			MATRIX_KEY(1, 2, KEY_BACKSPACE)
142			MATRIX_KEY(0, 1, KEY_ENTER)
143			>;
144};
145
 
 
 
 
 
 
 
 
146&usb_otg_hs {
147	interface-type = <0>;
148	usb-phy = <&usb2_phy>;
149	phys = <&usb2_phy>;
150	phy-names = "usb2-phy";
151	mode = <3>;
152	power = <50>;
153};
154
155&gpmc {
156	ethernet@gpmc {
157		interrupt-parent = <&gpio6>;
158		interrupts = <16 8>;
159		reg = <5 0 0xff>;
160	};
 
 
 
 
 
 
 
161};