]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mpc8569mds/bcsr.h
Coding Style cleanup: remove trailing white space
[karo-tx-uboot.git] / board / freescale / mpc8569mds / bcsr.h
index c4738d734351cd199602517b1f31cb58bf4b6771..6f4d13961ba8b7eeb7d44236df9bec2838dbd14f 100644 (file)
@@ -1,23 +1,7 @@
 /*
  * Copyright (C) 2009 Freescale Semiconductor, Inc.
  *
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.         See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #ifndef __BCSR_H_
@@ -33,7 +17,8 @@
 #define BCSR6_UPC1_POS_EN      0x40
 #define BCSR6_UPC1_ADDR_EN     0x20
 #define BCSR6_UPC1_DEV2                0x10
-#define BCSR6_SD_ENABLE         0x04
+#define BCSR6_SD_CARD_1BIT     0x08
+#define BCSR6_SD_CARD_4BITS    0x04
 #define BCSR6_TDM2G_EN         0x02
 #define BCSR6_UCC7_RMII_EN     0x01
 
 
 #define BCSR15_SMII6_DIS       0x08
 #define BCSR15_SMII8_DIS       0x04
+#define BCSR15_QEUART_EN       0x01
 
 #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*/