summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8569mds/bcsr.h
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2009-10-15 17:47:16 +0400
committerKumar Gala <galak@kernel.crashing.org>2009-10-27 10:04:17 -0500
commit3fca80375981fe83d4674a0267183b469a1ea7ff (patch)
tree086e8479c459b16088096832b87ca9d569c43f4c /board/freescale/mpc8569mds/bcsr.h
parent14809b6c21c89dd65abaf3fea7627fb5ea0f78a3 (diff)
downloadtalos-obmc-uboot-3fca80375981fe83d4674a0267183b469a1ea7ff.tar.gz
talos-obmc-uboot-3fca80375981fe83d4674a0267183b469a1ea7ff.zip
mpc85xx: Configure QE USB for MPC8569E-MDS boards
Setup QE pin multiplexing for USB function, configure needed BCSRs and add some fdt fixups. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8569mds/bcsr.h')
-rw-r--r--board/freescale/mpc8569mds/bcsr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/freescale/mpc8569mds/bcsr.h b/board/freescale/mpc8569mds/bcsr.h
index 179a54c257..091b69c8d0 100644
--- a/board/freescale/mpc8569mds/bcsr.h
+++ b/board/freescale/mpc8569mds/bcsr.h
@@ -72,6 +72,10 @@
#define BCSR16_UPC1_DEV2 0x02
+#define BCSR17_nUSBEN 0x80
+#define BCSR17_nUSBLOWSPD 0x40
+#define BCSR17_USBVCC 0x20
+#define BCSR17_USBMODE 0x10
#define BCSR17_FLASH_nWP 0x01
/*BCSR Utils functions*/
OpenPOWER on IntegriCloud