aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap3-evm-common.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/omap3-evm-common.dtsi')
-rw-r--r--arch/arm/boot/dts/omap3-evm-common.dtsi26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-evm-common.dtsi b/arch/arm/boot/dts/omap3-evm-common.dtsi
index 3007e79c9cd6..8ae8f007c8ad 100644
--- a/arch/arm/boot/dts/omap3-evm-common.dtsi
+++ b/arch/arm/boot/dts/omap3-evm-common.dtsi
@@ -44,6 +44,11 @@
44 44
45#include "twl4030.dtsi" 45#include "twl4030.dtsi"
46#include "twl4030_omap3.dtsi" 46#include "twl4030_omap3.dtsi"
47#include "omap3-panel-sharp-ls037v7dw01.dtsi"
48
49&backlight0 {
50 gpios = <&twl_gpio 18 GPIO_ACTIVE_LOW>;
51};
47 52
48&i2c2 { 53&i2c2 {
49 clock-frequency = <400000>; 54 clock-frequency = <400000>;
@@ -61,6 +66,27 @@
61 }; 66 };
62}; 67};
63 68
69&lcd_3v3 {
70 gpio = <&gpio5 25 GPIO_ACTIVE_LOW>; /* gpio153 */
71 enable-active-low;
72};
73
74&lcd0 {
75 enable-gpios = <&gpio5 24 GPIO_ACTIVE_HIGH>; /* gpio152, lcd INI */
76 reset-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd RESB */
77 mode-gpios = <&gpio5 26 GPIO_ACTIVE_HIGH /* gpio154, lcd MO */
78 &gpio1 2 GPIO_ACTIVE_HIGH /* gpio2, lcd LR */
79 &gpio1 3 GPIO_ACTIVE_HIGH>; /* gpio3, lcd UD */
80};
81
82&mcspi1 {
83 tsc2046@0 {
84 interrupt-parent = <&gpio6>;
85 interrupts = <15 0>; /* gpio175 */
86 pendown-gpio = <&gpio6 15 0>;
87 };
88};
89
64&mmc1 { 90&mmc1 {
65 vmmc-supply = <&vmmc1>; 91 vmmc-supply = <&vmmc1>;
66 vmmc_aux-supply = <&vsim>; 92 vmmc_aux-supply = <&vsim>;