diff options
Diffstat (limited to 'arch/arm/boot/dts/omap3_h1.dts')
| -rw-r--r-- | arch/arm/boot/dts/omap3_h1.dts | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3_h1.dts b/arch/arm/boot/dts/omap3_h1.dts index eeecb84bc80..cb3c67b1713 100644 --- a/arch/arm/boot/dts/omap3_h1.dts +++ b/arch/arm/boot/dts/omap3_h1.dts @@ -141,12 +141,23 @@ 0x186 0x100 /* HSUSB0_DATA6, (OMAP_MUX_MODE0 | OMAP_PIN_INPUT) */ 0x188 0x100 /* HSUSB0_DATA7, (OMAP_MUX_MODE0 | OMAP_PIN_INPUT) */ + /* pin for waking up bluetooth chip, settings from uboot */ + 0x1aa 0x004 /* CONTROL_PADCONF_MCSPI2_SOMI, (IDIS | PI | M4 ) */ + /* Accelerometer interrupt */ /* 0x9f6 0x4104 */ /* JTAG_EMU1, OMAP_MUX_MODE4 | OMAP_PIN_INPUT | OMAP_PIN_OFF_WAKEUPENABLE */ >; }; + uart1_pins: pinmux_uart1_pins { + pinctrl-single,pins = < + /* uart1 */ + 0x152 0x118 /* UART1_RX, MODEO | (uboot: ien, pullup, m0 */ + 0x146 0x000 /* UART1_TX, MODE0 | OUTPUT, MODE0 */ + >; + }; + uart3_pins: pinmux_uart3_pins { pinctrl-single,pins = < /* uart3 */ @@ -214,7 +225,7 @@ }; -#if 0 +#if 0 /* Not currently used */ &i2c1 { /* clock-frequency = <400000>; */ /* PMIC ONLY */ @@ -272,7 +283,8 @@ #endif &uart1 { - status = "disabled"; + pinctrl-0 = <&uart1_pins>; + pinctrl-names = "default"; }; &uart2 { |