diff options
Diffstat (limited to 'arch/arm/boot/dts/omap3_h1.dts')
| -rw-r--r-- | arch/arm/boot/dts/omap3_h1.dts | 62 |
1 files changed, 59 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts index 76f170126be..1d9be4e7bfe 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -118,9 +118,7 @@ 0x0f2 0x11c /* CAM_D6, MODE4 | INPUT_PULLUP */ 0x5ba 0x004 /* ETK_D7, MODE4 | OUTPUT */ - 0x1b0 0x100 /* SYS_NIRQ, MODE0 | INPUT */ - 0x0dc 0x004 /* CAM_HS, MODE4 | OUTPUT */ >; }; @@ -186,6 +184,64 @@ status = "disabled"; }; + +#if 0 +&i2c1 { + /* clock-frequency = <400000>; */ + /* PMIC ONLY */ +}; + + +/* I2C-2 has everything other than PMIC. */ + +&i2c2 { + clock-frequency = <400000>; + + mxt224@4a { /* Taken from Minnow, needs to be updated */ + compatible = "atmel,maxtouch"; /* OLIO */ + reg = <0x4a>; /* OLIO */ + interrupt-parent = <&gpio4>; + interrupts = <3 0>; /* gpio-99 32 * 3 + 3 */ + wakeup-source; + atmel,cfg-name = ""; /* needs setting, OLIO */ + atmel,reset_gpio = <>; /* needs setting, OLIO */ + + /* below is from minnow */ + + /* gpios = <&gpio4 3 0>, /\* IRQ gpio-099 *\/ */ + /* <&gpio6 4 0>; /\* RESET gpio-164*\/ */ + + /* pinctrl-names = "pullup", "pulldown"; */ + /* pinctrl-0 = <&atmxt_int_pullup>; */ + /* pinctrl-1 = <&atmxt_int_pulldown>; */ + /* support-snowflake = <1>; */ + }; + + mpu6515@68 { + }; + + /* This driver does not yet support device tree + lm3530-led@38 { + };*/ + + /* This driver does not yet support device tree + cm3391@10 { + };*/ + + + +}; + +&i2c3 { + clock-frequency = <400000>; + + /* This driver does not yet support device tree + bq274xx@55 { + }; */ +}; + +#endif + &uart1 { status = "disabled"; }; @@ -197,6 +253,6 @@ &uart3 { pinctrl-0 = <&uart3_pins>; pinctrl-names = "default"; - autosuspend-delay = <3000>; + autosuspend-delay = <(-1)>; /* -1 = infinity. Negative value needs parens */ wakeup-capable; }; |