mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
ARM: DRA7xx: Add CPSW support to DRA7xx EVM
Adding support for CPSW Ethernet support found in DRA7xx EVM Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
This commit is contained in:
parent
f986d97208
commit
b1e26e3bfb
5 changed files with 185 additions and 5 deletions
|
@ -348,6 +348,10 @@ struct prcm_regs {
|
|||
|
||||
struct omap_sys_ctrl_regs {
|
||||
u32 control_status;
|
||||
u32 control_core_mac_id_0_lo;
|
||||
u32 control_core_mac_id_0_hi;
|
||||
u32 control_core_mac_id_1_lo;
|
||||
u32 control_core_mac_id_1_hi;
|
||||
u32 control_std_fuse_opp_vdd_mpu_2;
|
||||
u32 control_core_mmr_lock1;
|
||||
u32 control_core_mmr_lock2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue