u-boot/arch/arm/include/asm/arch-imx9/imx-regs.h
Peng Fan 881df6ed84 imx: add basic i.MX9 support
Add i.MX9 Kconfig and basic files for the new SoC

Signed-off-by: Peng Fan <peng.fan@nxp.com>
2022-07-26 11:29:00 +02:00

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