Lines Matching +full:multi +full:- +full:led
2 * Copyright (C) 2009-2012
6 * SPDX-License-Identifier: GPL-2.0+
23 * the below configuration configures mainly initial LED status in board_early_init_f()
29 /* Multi-Purpose Pins Functionality configuration */ in board_early_init_f()
72 MPP41_GPIO, /* LED brightness */ in board_early_init_f()
73 MPP42_GPIO, /* LED power (blue) */ in board_early_init_f()
74 MPP43_GPIO, /* LED power (red) */ in board_early_init_f()
75 MPP44_GPIO, /* LED USB 1 */ in board_early_init_f()
76 MPP45_GPIO, /* LED USB 2 */ in board_early_init_f()
77 MPP46_GPIO, /* LED USB 3 */ in board_early_init_f()
78 MPP47_GPIO, /* LED USB 4 */ in board_early_init_f()
79 MPP48_GPIO, /* LED OTB */ in board_early_init_f()
90 gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100; in board_init()