Lines Matching +full:i2c +full:- +full:topology
1 // SPDX-License-Identifier: GPL-2.0+
9 #include <i2c.h>
44 * Define the DDR layout / topology here in the board file. This will
45 * be used by the DDR3 init code in the SPL U-Boot version to configure
72 /* Return the board topology as defined in the board code */ in mv_ddr_topology_map_get()
94 gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100; in board_init()
113 node = fdt_node_offset_by_compatible(gd->fdt_blob, 0, in led_7seg_init()
114 "atl,of-led-7seg"); in led_7seg_init()
116 return -ENODEV; in led_7seg_init()
119 "segment-gpios", desc, in led_7seg_init()
139 gpio_hog(&usb_en, "atl,usb-enable", "enable-gpio", 1); in misc_init_r()
140 gpio_hog(&nand_wp, "atl,nand-protect", "protect-gpio", 1); in misc_init_r()
141 gpio_hog_list(phy_reset, ARRAY_SIZE(phy_reset), "atl,phy-reset", "reset-gpio", 0); in misc_init_r()
142 gpio_hog(&led_en, "atl,led-enable", "enable-gpio", 1); in misc_init_r()