diff options
author | Stefan Roese <sr@denx.de> | 2009-07-29 08:45:27 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2009-07-30 07:22:18 +0200 |
commit | 89bcc4875007ef6608297dc11e7a0d1fbd9900d2 (patch) | |
tree | 3330e8033d634b70de6298ab20bd2468b4462528 /include/ppc440.h | |
parent | 82a7edc7ea8f5fe55fed4ff7e127469569e539c4 (diff) | |
download | u-boot-imx-89bcc4875007ef6608297dc11e7a0d1fbd9900d2.zip u-boot-imx-89bcc4875007ef6608297dc11e7a0d1fbd9900d2.tar.gz u-boot-imx-89bcc4875007ef6608297dc11e7a0d1fbd9900d2.tar.bz2 |
ppc4xx: Add basic support for AMCC PPC460EX/460GT rev B chips
This patch is based on a diff created by Phong Vo from AMCC.
Signed-off-by: Phong Vo <pvo@amcc.com>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/ppc440.h')
-rw-r--r-- | include/ppc440.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ppc440.h b/include/ppc440.h index 6ce53a6..e6dc740 100644 --- a/include/ppc440.h +++ b/include/ppc440.h @@ -1156,6 +1156,11 @@ #define SDR0_PFC1_SIS_SCP_SEL 0x00000000 /* SCP Selected */ #define SDR0_PFC1_SIS_IIC1_SEL 0x00020000 /* IIC1 Selected */ +#define SDR0_ECID0 0x0080 +#define SDR0_ECID1 0x0081 +#define SDR0_ECID2 0x0082 +#define SDR0_ECID3 0x0083 + /* Ethernet PLL Configuration Register (SDR0_ETH_PLL) */ #define SDR0_ETH_PLL 0x4102 #define SDR0_ETH_PLL_PLLLOCK 0x80000000 /*Ethernet PLL lock indication*/ |