]> Git Repo - J-u-boot.git/commit
imx: Add iMX91 support
authorPeng Fan <[email protected]>
Tue, 3 Dec 2024 15:42:48 +0000 (23:42 +0800)
committerFabio Estevam <[email protected]>
Sat, 7 Dec 2024 12:07:04 +0000 (09:07 -0300)
commita9d562daa3c35ee992f3f394581e80e145da4933
tree920948722da155c19379a6b62c8fca5878bdd887
parent959804039a2d167eb9fb086a87ef862f7197867f
imx: Add iMX91 support

iMX91 is reduced part from iMX93 with part number: i.MX9131/11/01
It removed A55_1, M33, MIPI DSI, LVDS, etc.

i.MX9131:
  - Support 2.4GT/s DDR and HWFFC at 1.2GT/s
i.MX9121:
  - A55 at 800Mhz and DDR at 1600MTS, with low drive mode.
i.MX9111:
  - Support 1.6GT/s DDR and HWFFC at 800MT/s
i.MX9101:
  - Support 800Mhz ARM clock
  - Support 1.6GT/s DDR and HWFFC at 800MT/s
  - No parallel display, eQOS, flexcan

Updated Clock/Container/CPU and etc for i.MX91

Signed-off-by: Ye Li <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
arch/arm/include/asm/arch-imx/cpu.h
arch/arm/include/asm/arch-imx9/clock.h
arch/arm/include/asm/arch-imx9/imx91_pins.h [new file with mode: 0644]
arch/arm/include/asm/mach-imx/iomux-v3.h
arch/arm/include/asm/mach-imx/sys_proto.h
arch/arm/mach-imx/imx9/Kconfig
arch/arm/mach-imx/imx9/clock.c
arch/arm/mach-imx/imx9/container.cfg
arch/arm/mach-imx/imx9/imximage.cfg
arch/arm/mach-imx/imx9/soc.c
drivers/cpu/imx8_cpu.c
This page took 0.035336 seconds and 4 git commands to generate.