* [PATCH] sh: sh7785 mode pin definitions
@ 2009-05-28 11:56 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2009-05-28 11:56 UTC (permalink / raw)
To: linux-sh
From: Magnus Damm <damm@igel.co.jp>
This patch adds sh7785 mode pin definitions. Mode pins and
pin function controller comments are added as well.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
---
arch/sh/include/cpu-sh4/cpu/sh7785.h | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
--- 0001/arch/sh/include/cpu-sh4/cpu/sh7785.h
+++ work/arch/sh/include/cpu-sh4/cpu/sh7785.h 2009-05-28 20:42:21.000000000 +0900
@@ -1,6 +1,28 @@
#ifndef __ASM_SH7785_H__
#define __ASM_SH7785_H__
+/* Boot Mode Pins, more information in sh7785 manual Rev.1.00, page 1628 */
+#define MODE_PIN_MODE0 0 /* CPG - Initial Pck/Bck Frequency [FRQMR1] */
+#define MODE_PIN_MODE1 1 /* CPG - Initial Uck/SHck/DDRck Frequency [FRQMR1] */
+#define MODE_PIN_MODE2 2 /* CPG - Reserved (L: Normal operation) */
+#define MODE_PIN_MODE3 3 /* CPG - Reserved (L: Normal operation) */
+#define MODE_PIN_MODE4 4 /* CPG - Initial PLL setting (72x/36x) */
+#define MODE_PIN_MODE5 5 /* LBSC - Area0 Memory Type / Bus Width [CS0BCR.8] */
+#define MODE_PIN_MODE6 6 /* LBSC - Area0 Memory Type / Bus Width [CS0BCR.9] */
+#define MODE_PIN_MODE7 7 /* LBSC - Area0 Memory Type / Bus Width [CS0BCR.3] */
+#define MODE_PIN_MODE8 8 /* LBSC - Endian Mode (L: Big, H: Little) [BCR.31] */
+#define MODE_PIN_MODE9 9 /* LBSC - Master/Slave Mode (L: Slave) [BCR.30] */
+#define MODE_PIN_MODE10 10 /* CPG - Clock Input (L: Ext Clk, H: Crystal) */
+#define MODE_PIN_MODE11 11 /* PCI - Pin Mode (LL: PCI host, LH: PCI slave) */
+#define MODE_PIN_MODE12 12 /* PCI - Pin Mode (HL: Local bus, HH: DU) */
+#define MODE_PIN_MODE13 13 /* Boot Address Mode (L: 29-bit, H: 32-bit) */
+#define MODE_PIN_MODE14 14 /* Reserved (H: Normal operation) */
+#define MODE_PIN_MPMD 15 /* Emulation Mode (L: Emulation mode, H: LSI mode) */
+
+/* Pin Function Controller:
+ * GPIO_FN_xx - GPIO used to select pin function
+ * GPIO_Pxx - GPIO mapped to real I/O pin on CPU
+ */
enum {
/* PA */
GPIO_PA7, GPIO_PA6, GPIO_PA5, GPIO_PA4,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-28 11:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-28 11:56 [PATCH] sh: sh7785 mode pin definitions Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox