Marek Vasut | d7f72b6 | 2022-04-08 02:15:01 +0200 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2021-2022 Marek Vasut <marex@denx.de> |
| 4 | */ |
| 5 | |
| 6 | #include <common.h> |
| 7 | #include <asm/arch/clock.h> |
| 8 | #include <asm/arch/imx8mm_pins.h> |
| 9 | #include <asm/arch/sys_proto.h> |
| 10 | #include <asm/global_data.h> |
| 11 | #include <asm/io.h> |
| 12 | #include <asm/mach-imx/iomux-v3.h> |
| 13 | #include <spl.h> |
| 14 | |
Marek Vasut | d7f72b6 | 2022-04-08 02:15:01 +0200 | [diff] [blame] | 15 | void board_early_init(void) |
| 16 | { |
Marek Vasut | d7f72b6 | 2022-04-08 02:15:01 +0200 | [diff] [blame] | 17 | init_uart_clk(1); |
Marek Vasut | d7f72b6 | 2022-04-08 02:15:01 +0200 | [diff] [blame] | 18 | } |