mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
imx: imx7d: initial arch level support
* Add system arch level header files - imx-regs.h: iMX7D SoC system architecture registers - crm_regs.h: Clock control module registers - sys_proto.h: helper callback function for SoC setup Signed-off-by: Adrian Alonso <aalonso@freescale.com> Signed-off-by: Peng Fan <Peng.Fan@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com>
This commit is contained in:
parent
6953574188
commit
b1d902a9f7
3 changed files with 4127 additions and 0 deletions
2813
arch/arm/include/asm/arch-mx7/crm_regs.h
Normal file
2813
arch/arm/include/asm/arch-mx7/crm_regs.h
Normal file
File diff suppressed because it is too large
Load diff
1307
arch/arm/include/asm/arch-mx7/imx-regs.h
Normal file
1307
arch/arm/include/asm/arch-mx7/imx-regs.h
Normal file
File diff suppressed because it is too large
Load diff
7
arch/arm/include/asm/arch-mx7/sys_proto.h
Normal file
7
arch/arm/include/asm/arch-mx7/sys_proto.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
/*
|
||||
* Copyright (C) 2015 Freescale Semiconductor, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
#include <asm/imx-common/sys_proto.h>
|
Loading…
Reference in a new issue