/* * Copyright (C) 2008 by Sascha Hauer * Copyright (C) 2009 by Holger Schurig * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ #ifndef __MACH_IOMUX_MX27_H__ #define __MACH_IOMUX_MX27_H__ #include "iomux-mx2x.h" #include "iomux-v1.h" /* Primary GPIO pin functions */ #define PA0_PF_USBH2_CLK (GPIO_PORTA | GPIO_PF | 0) #define PA1_PF_USBH2_DIR (GPIO_PORTA | GPIO_PF | 1) #define PA2_PF_USBH2_DATA7 (GPIO_PORTA | GPIO_PF | 2) #define PA3_PF_USBH2_NXT (GPIO_PORTA | GPIO_PF | 3) #define PA4_PF_USBH2_STP (GPIO_PORTA | GPIO_PF | 4) #define PB22_PF_USBH1_SUSP (GPIO_PORTB | GPIO_PF | 22) #define PB25_PF_USBH1_RCV (GPIO_PORTB | GPIO_PF | 25) #define PC5_PF_I2C2_SDA (GPIO_PORTC | GPIO_PF | GPIO_IN | 5) #define PC6_PF_I2C2_SCL (GPIO_PORTC | GPIO_PF | GPIO_IN | 6) #define PC7_PF_USBOTG_DATA5 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 7) #define PC8_PF_USBOTG_DATA6 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 8) #define PC9_PF_USBOTG_DATA0 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 9) #define PC10_PF_USBOTG_DATA2 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 10) #define PC11_PF_USBOTG_DATA1 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 11) #define PC12_PF_USBOTG_DATA4 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 12) #define PC13_PF_USBOTG_DATA3 (GPIO_PORTC | GPIO_PF | GPIO_OUT | 13) #define PC16_PF_SSI4_FS (GPIO_PORTC | GPIO_PF | GPIO_IN | 16) #define PC17_PF_SSI4_RXD (GPIO_PORTC | GPIO_PF | GPIO_IN | 17) #define PC18_PF_SSI4_TXD (GPIO_PORTC | GPIO_PF | GPIO_IN | 18) #define PC19_PF_SSI4_CLK (GPIO_PORTC | GPIO_PF | GPIO_IN | 19) #define PD0_PF_SD3_CMD (GPIO_PORTD | GPIO_PF | 0) #define PD1_PF_SD3_CLK (GPIO_PORTD | GPIO_PF | 1) #define PD2_PF_ATA_DATA0 (GPIO_PORTD | GPIO_PF | 2) #define PD3_PF_ATA_DATA1 (GPIO_PORTD | GPIO_PF | 3) #define PD4_PF_ATA_DATA2 (GPIO_PORTD | GPIO_PF | 4) #define PD5_PF_ATA_DATA3 (GPIO_PORTD | GPIO_PF | 5) #define PD6_PF_ATA_DATA4 (GPIO_PORTD | GPIO_PF | 6) #define PD7_PF_ATA_DATA5 (GPIO_PORTD | GPIO_PF | 7) #define PD8_PF_ATA_DATA6 (GPIO_PORTD | GPIO_PF | 8) #define PD9_PF_ATA_DATA7 (GPIO_PORTD | GPIO_PF | 9) #define PD10_PF_ATA_DATA8 (GPIO_PORTD | GPIO_PF | 10) #define PD11_PF_ATA_DATA9 (GPIO_PORTD | GPIO_PF | 11) #define PD12_PF_ATA_DATA10 (GPIO_PORTD | GPIO_PF | 12) #define PD13_PF_ATA_DATA11 (GPIO_PORTD | GPIO_PF | 13) #define PD14_PF_ATA_DATA12 (GPIO_PORTD | GPIO_PF | 14) #define PD15_PF_ATA_DATA13 (GPIO_PORTD | GPIO_PF | 15) #define PD16_PF_ATA_DATA14 (GPIO_PORTD | GPIO_PF | 16) #define PE0_PF_USBOTG_NXT (GPIO_PORTE | GPIO_PF | GPIO_OUT | 0) #define PE1_PF_USBOTG_STP (GPIO_PORTE | GPIO_PF | GPIO_OUT | 1) #define PE2_PF_USBOTG_DIR (GPIO_PORTE | GPIO_PF | GPIO_OUT | 2) #define PE24_PF_USBOTG_CLK (GPIO_PORTE | GPIO_PF | GPIO_OUT | 24) #define PE25_PF_USBOTG_DATA7 (GPIO_PORTE | GPIO_PF | GPIO_OUT | 25) #define PF1_PF_NFCLE (GPIO_PORTF | GPIO_PF | 1) #define PF3_PF_NFCE (GPIO_PORTF | GPIO_PF | 3) #define PF7_PF_PC_POE (GPIO_PORTF | GPIO_PF | 7) #define PF8_PF_PC_RW (GPIO_PORTF | GPIO_PF | 8) #define PF9_PF_PC_IOIS16 (GPIO_PORTF | GPIO_PF | 9) #define PF10_PF_PC_RST (GPIO_PORTF | GPIO_PF | 10) #define PF11_PF_PC_BVD2 (GPIO_PORTF | GPIO_PF | 11) #define PF12_PF_PC_BVD1 (GPIO_PORTF | GPIO_PF | 12) #define PF13_PF_PC_VS2 (GPIO_PORTF | GPIO_PF | 13) #define PF14_PF_PC_VS1 (GPIO_PORTF | GPIO_PF | 14) #define PF16_PF_PC_PWRON (GPIO_PORTF | GPIO_PF | 16) #define PF17_PF_PC_READY (GPIO_PORTF | GPIO_PF | 17) #define PF18_PF_PC_WAIT (GPIO_PORTF | GPIO_PF | 18) #define PF19_PF_PC_CD2 (GPIO_PORTF | GPIO_PF | 19) #define PF20_PF_PC_CD1 (GPIO_PORTF | GPIO_PF | 20) #define PF23_PF_ATA_DATA15 (GPIO_PORTF | GPIO_PF | 23) /* Alternate GPIO pin functions */ #define PB4_AF_MSHC_DATA0 (GPIO_PORTB | GPIO_AF | GPIO_OUT | 4) #define PB5_AF_MSHC_DATA1 (GPIO_PORTB | GPIO_AF | GPIO_OUT | 5) #define PB6_AF_MSHC_DATA2 (GPIO_PORTB | GPIO_AF | GPIO_OUT | 6) #define PB7_AF_MSHC_DATA4 (GPIO_PORTB | GPIO_AF
# Copyright (c) 2017 Intel Corporation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
- name: run yardstick tests
  hosts: yardstick
  vars_files:
    <