Lines Matching +full:i2c +full:- +full:topology
1 // SPDX-License-Identifier: GPL-2.0+
7 #include <i2c.h>
20 * Those values and defines are taken from the Marvell U-Boot version
21 * "u-boot-2013.01-2014_T3.0"
44 { 0x20, 6, 0x20 }, /* Configuration registers: Bit on --> Input bits */
45 { 0x20, 7, 0xC3 }, /* Configuration registers: Bit on --> Input bits */
48 { 0x21, 6, 0xC3 }, /* Configuration registers: Bit on --> Input bits */
49 { 0x21, 7, 0x31 }, /* Configuration registers: Bit on --> Input bits */
71 * Define the DDR layout / topology here in the board file. This will
72 * be used by the DDR3 init code in the SPL U-Boot version to configure
99 /* Return the board topology as defined in the board code */ in mv_ddr_topology_map_get()
135 gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100; in board_init()
137 /* Init I2C IO expanders */ in board_init()
146 puts("Board: Marvell DB-88F6820-GP\n"); in checkboard()