mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-16 00:03:24 +00:00
881df6ed84
Add i.MX9 Kconfig and basic files for the new SoC Signed-off-by: Peng Fan <peng.fan@nxp.com>
13 lines
201 B
C
13 lines
201 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Copyright 2022 NXP
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_IMX9_REGS_H__
|
|
#define __ASM_ARCH_IMX9_REGS_H__
|
|
|
|
#define ARCH_MXC
|
|
|
|
#define IOMUXC_BASE_ADDR 0x443C0000UL
|
|
|
|
#endif
|