intel_minnow_byt_compatible: include Turbot additions
The pinout for the Low Speed Expansion on the MinnowBoard Turbot is the same as the MinnowBoard MAX A2 desgin, with the exception of pin 26. Pin 26 was changed to provide an MCLK reference clock for I2S. In addition, the D2 LED is now under GPIO control. Add support for these changes. Signed-off-by: Constantin Musca <constantin.musca@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
2e5e3eaea2
commit
ba5318fee9
@@ -32,6 +32,7 @@ extern "C" {
|
||||
|
||||
// +1 as pins are "1 indexed"
|
||||
#define MRAA_INTEL_MINNOW_MAX_PINCOUNT (26 + 1)
|
||||
#define MRAA_INTEL_MINNOW_TURBOT_PINCOUNT (27 + 1)
|
||||
|
||||
mraa_board_t*
|
||||
mraa_intel_minnowboard_byt_compatible(mraa_boolean_t);
|
||||
|
||||
Reference in New Issue
Block a user