Page | 57
*/
.active_low = true,
},
{
.name = "led3",
.gpio = 139, /* gets replaced
*/
.active_low = true,
},
};
Associates GPIO 136 with led0 (system breath LED), GPIO 137 with led1,
GPIO 138 with led2, and GPIO 139 with led3; they are all valid upon a low
voltage level.
2.
GPIO pinmux Configurations;
The
file:
sbc8140.h
is
saved
under
/u-boot-03.00.02.07/board/timll/sbc8140/;
/*
* IEN - Input Enable
* IDIS - Input Disable
* PTD - Pull type Down
* PTU - Pull type Up
* DIS - Pull type selection is inactive
* EN - Pull type selection is active
* M0 - Mode 0
* The commented string gives the final mux configuration for
that pin
*/
MUX_VAL(CP(MMC2_DAT4), (IDIS | PTD | DIS | M4))
/*GPIO_136*/\
MUX_VAL(CP(MMC2_DAT5), (IDIS | PTD | DIS | M4))
/*GPIO_137*/\
MUX_VAL(CP(MMC2_DAT6), (IDIS | PTD | DIS | M4))
/*GPIO_138*/\
MUX_VAL(CP(MMC2_DAT7), (IDIS | PTU | DIS | M4))
/*GPIO_139*/\
Содержание SBC8140
Страница 1: ...SBC8140 Single Board Computer User Manual Version 1 1 22nd Jan 2014...
Страница 12: ...Page 6 1 4 Interfaces on the SBC8140 Figure 4 SBC8140 Interfaces...
Страница 13: ...Page 7 1 5 System Block Diagram Figure 5 SBC8140 system block diagram...
Страница 15: ...Page 9 1 6 2 Expansion Board Figure 8 Expansion board dimensions...
Страница 128: ...Page 122...
Страница 130: ...Page 124 3 When the following appears select Continue 4 Please wait until the installation is completed...
Страница 131: ...Page 125...
Страница 139: ...Page 133 Appendix 5 FAQ Please visit http www elinux org SBC8600_FAQ...