]> git.ipfire.org Git - people/ms/u-boot.git/commit - board/ti/am335x/board.c
board: AM335x-ICEv2: Add cpsw support
authorLokesh Vutla <lokeshvutla@ti.com>
Mon, 16 May 2016 06:17:26 +0000 (11:47 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:47:52 +0000 (15:47 -0400)
commit97f3a178b2a3d5a7767cb6cb15ba9c40ba804ebb
tree006195ca5c4c6e7ec9f52d7a2426e07bcc1aa053
parent3164f3c68941a1665090bca903d56754ac36f89d
board: AM335x-ICEv2: Add cpsw support

In order to enable cpsw on AM335x ICEv2 board, the following needs to be done:

1)There are few on board jumper settings which gives a choice between
cpsw and PRUSS, that needs to be properly selected[1]. Even after selecting
this, there are few GPIOs which control these muxes that needs to be held high.

2) The clock to PHY is provided by a PLL-based clock synthesizer[2] connected
via I2C. This needs to properly programmed and locked for PHY operation.
And PHY needs to be reset before before being used, which is also held by
a GPIO.

3) RMII mode needs to be selected.

[1] http://www.ti.com/lit/zip/tidr336
[2] http://www.ti.com/lit/ds/symlink/cdce913.pdf

Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
board/ti/am335x/board.c
include/configs/am335x_evm.h