Lines Matching +full:am654 +full:- +full:evm
1 // SPDX-License-Identifier: GPL-2.0+
3 * Board specific initialization for AM654 EVM
5 * Copyright (C) 2017-2018 Texas Instruments Incorporated - http://www.ti.com/
24 gd->ram_size = 0x100000000; in dram_init()
26 gd->ram_size = 0x80000000; in dram_init()
35 /* Limit RAM used by U-Boot to the DDR low region */ in board_get_usable_ram_top()
36 if (gd->ram_top > 0x100000000) in board_get_usable_ram_top()
40 return gd->ram_top; in board_get_usable_ram_top()
46 gd->bd->bi_dram[0].start = CONFIG_SYS_SDRAM_BASE; in dram_init_banksize()
47 gd->bd->bi_dram[0].size = 0x80000000; in dram_init_banksize()
51 gd->bd->bi_dram[1].start = CONFIG_SYS_SDRAM_BASE1; in dram_init_banksize()
52 gd->bd->bi_dram[1].size = 0x80000000; in dram_init_banksize()
62 if (!strcmp(name, "k3-am654-base-board")) in board_fit_config_name_match()
66 return -1; in board_fit_config_name_match()