1 // SPDX-License-Identifier: GPL-2.0+
3 * Broadcom Northstar generic board set-up code
13 #include <asm/global_data.h>
15 #include <asm/armv7m.h>
17 DECLARE_GLOBAL_DATA_PTR;
21 return fdtdec_setup_mem_size_base();
24 int dram_init_banksize(void)
26 return fdtdec_setup_memory_banksize();
29 int board_late_init(void)
31 /* LEDs etc can be initialized here */
44 int print_cpuinfo(void)
46 printf("BCMNS Northstar SoC\n");
55 int ft_board_setup(void *fdt, struct bd_info *bd)
57 printf("Northstar board setup: DTB at 0x%08lx\n", (ulong)fdt);