diff options
author | Calvin Johnson | 2018-03-08 15:30:30 +0530 |
---|---|---|
committer | Joe Hershberger | 2018-03-22 15:05:30 -0500 |
commit | 7ab16479e18274ac325fc2a1e2d1c41ee107b59d (patch) | |
tree | e941bbfc89c16e3ad7300bbe5aed4ffae8a81426 /include | |
parent | a141f33af5a1c798807439f333f78357e88bd1e6 (diff) |
board: freescale: ls1012ardb: enable network support on ls1012ardb
This patch enables ethernet support for ls1012ardb.
Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com>
Signed-off-by: Anjaneyulu Jagarlmudi <anji.jagarlmudi@nxp.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ls1012ardb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h index 97ed9092e0a..43f623637ec 100644 --- a/include/configs/ls1012ardb.h +++ b/include/configs/ls1012ardb.h @@ -25,6 +25,7 @@ */ #define I2C_MUX_IO_ADDR 0x24 +#define I2C_MUX_IO2_ADDR 0x25 #define I2C_MUX_IO_0 0 #define I2C_MUX_IO_1 1 #define SW_BOOT_MASK 0x03 @@ -39,6 +40,9 @@ #define SW_REV_C2 0xD8 #define SW_REV_D 0xD0 #define SW_REV_E 0xC8 +#define __PHY_MASK 0xF9 +#define __PHY_ETH2_MASK 0xFB +#define __PHY_ETH1_MASK 0xFD /* MMC */ #ifdef CONFIG_MMC |