diff options
author | Sudhakar Rajashekhara <sudhakar.raj@ti.com> | 2009-07-16 06:41:54 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-08-26 04:55:44 -0400 |
commit | e1a8d7e2ea7c971f750b1adf0e98c3c8ed002623 (patch) | |
tree | 035752147d0d2ab84dac1a36e98015ed59d5f749 /arch/arm/mach-davinci/include/mach/mux.h | |
parent | efd911814e303e00e6ed44e747b113a8644efede (diff) |
davinci: Add base DA850/OMAP-L138 SoC support
The DA850/OMAP-L138 is a new SoC from TI in the same family as
DA830/OMAP-L137.
Major changes include better support for power management,
support for SATA devices and McBSP (same IP as DM644x).
DA850/OMAP-L138 documents are available at
http://focus.ti.com/docs/prod/folders/print/omap-l138.html.
Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/mux.h')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/mux.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/mux.h b/arch/arm/mach-davinci/include/mach/mux.h index cce7509ea302..3349fa5f82e1 100644 --- a/arch/arm/mach-davinci/include/mach/mux.h +++ b/arch/arm/mach-davinci/include/mach/mux.h | |||
@@ -704,6 +704,34 @@ enum da830_index { | |||
704 | DA830_GPIO2_10, | 704 | DA830_GPIO2_10, |
705 | }; | 705 | }; |
706 | 706 | ||
707 | enum davinci_da850_index { | ||
708 | /* UART0 function */ | ||
709 | DA850_NUART0_CTS, | ||
710 | DA850_NUART0_RTS, | ||
711 | DA850_UART0_RXD, | ||
712 | DA850_UART0_TXD, | ||
713 | |||
714 | /* UART1 function */ | ||
715 | DA850_NUART1_CTS, | ||
716 | DA850_NUART1_RTS, | ||
717 | DA850_UART1_RXD, | ||
718 | DA850_UART1_TXD, | ||
719 | |||
720 | /* UART2 function */ | ||
721 | DA850_NUART2_CTS, | ||
722 | DA850_NUART2_RTS, | ||
723 | DA850_UART2_RXD, | ||
724 | DA850_UART2_TXD, | ||
725 | |||
726 | /* I2C1 function */ | ||
727 | DA850_I2C1_SCL, | ||
728 | DA850_I2C1_SDA, | ||
729 | |||
730 | /* I2C0 function */ | ||
731 | DA850_I2C0_SDA, | ||
732 | DA850_I2C0_SCL, | ||
733 | }; | ||
734 | |||
707 | #ifdef CONFIG_DAVINCI_MUX | 735 | #ifdef CONFIG_DAVINCI_MUX |
708 | /* setup pin muxing */ | 736 | /* setup pin muxing */ |
709 | extern int davinci_cfg_reg(unsigned long reg_cfg); | 737 | extern int davinci_cfg_reg(unsigned long reg_cfg); |