162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Header providing constants for i.MX23 pinctrl bindings. 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Copyright (C) 2013 Lothar Waßmann <LW@KARO-electronics.de> 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#ifndef __DT_BINDINGS_MX23_PINCTRL_H__ 962306a36Sopenharmony_ci#define __DT_BINDINGS_MX23_PINCTRL_H__ 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#include "mxs-pinfunc.h" 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#define MX23_PAD_GPMI_D00__GPMI_D00 0x0000 1462306a36Sopenharmony_ci#define MX23_PAD_GPMI_D01__GPMI_D01 0x0010 1562306a36Sopenharmony_ci#define MX23_PAD_GPMI_D02__GPMI_D02 0x0020 1662306a36Sopenharmony_ci#define MX23_PAD_GPMI_D03__GPMI_D03 0x0030 1762306a36Sopenharmony_ci#define MX23_PAD_GPMI_D04__GPMI_D04 0x0040 1862306a36Sopenharmony_ci#define MX23_PAD_GPMI_D05__GPMI_D05 0x0050 1962306a36Sopenharmony_ci#define MX23_PAD_GPMI_D06__GPMI_D06 0x0060 2062306a36Sopenharmony_ci#define MX23_PAD_GPMI_D07__GPMI_D07 0x0070 2162306a36Sopenharmony_ci#define MX23_PAD_GPMI_D08__GPMI_D08 0x0080 2262306a36Sopenharmony_ci#define MX23_PAD_GPMI_D09__GPMI_D09 0x0090 2362306a36Sopenharmony_ci#define MX23_PAD_GPMI_D10__GPMI_D10 0x00a0 2462306a36Sopenharmony_ci#define MX23_PAD_GPMI_D11__GPMI_D11 0x00b0 2562306a36Sopenharmony_ci#define MX23_PAD_GPMI_D12__GPMI_D12 0x00c0 2662306a36Sopenharmony_ci#define MX23_PAD_GPMI_D13__GPMI_D13 0x00d0 2762306a36Sopenharmony_ci#define MX23_PAD_GPMI_D14__GPMI_D14 0x00e0 2862306a36Sopenharmony_ci#define MX23_PAD_GPMI_D15__GPMI_D15 0x00f0 2962306a36Sopenharmony_ci#define MX23_PAD_GPMI_CLE__GPMI_CLE 0x0100 3062306a36Sopenharmony_ci#define MX23_PAD_GPMI_ALE__GPMI_ALE 0x0110 3162306a36Sopenharmony_ci#define MX23_PAD_GPMI_CE2N__GPMI_CE2N 0x0120 3262306a36Sopenharmony_ci#define MX23_PAD_GPMI_RDY0__GPMI_RDY0 0x0130 3362306a36Sopenharmony_ci#define MX23_PAD_GPMI_RDY1__GPMI_RDY1 0x0140 3462306a36Sopenharmony_ci#define MX23_PAD_GPMI_RDY2__GPMI_RDY2 0x0150 3562306a36Sopenharmony_ci#define MX23_PAD_GPMI_RDY3__GPMI_RDY3 0x0160 3662306a36Sopenharmony_ci#define MX23_PAD_GPMI_WPN__GPMI_WPN 0x0170 3762306a36Sopenharmony_ci#define MX23_PAD_GPMI_WRN__GPMI_WRN 0x0180 3862306a36Sopenharmony_ci#define MX23_PAD_GPMI_RDN__GPMI_RDN 0x0190 3962306a36Sopenharmony_ci#define MX23_PAD_AUART1_CTS__AUART1_CTS 0x01a0 4062306a36Sopenharmony_ci#define MX23_PAD_AUART1_RTS__AUART1_RTS 0x01b0 4162306a36Sopenharmony_ci#define MX23_PAD_AUART1_RX__AUART1_RX 0x01c0 4262306a36Sopenharmony_ci#define MX23_PAD_AUART1_TX__AUART1_TX 0x01d0 4362306a36Sopenharmony_ci#define MX23_PAD_I2C_SCL__I2C_SCL 0x01e0 4462306a36Sopenharmony_ci#define MX23_PAD_I2C_SDA__I2C_SDA 0x01f0 4562306a36Sopenharmony_ci#define MX23_PAD_LCD_D00__LCD_D00 0x1000 4662306a36Sopenharmony_ci#define MX23_PAD_LCD_D01__LCD_D01 0x1010 4762306a36Sopenharmony_ci#define MX23_PAD_LCD_D02__LCD_D02 0x1020 4862306a36Sopenharmony_ci#define MX23_PAD_LCD_D03__LCD_D03 0x1030 4962306a36Sopenharmony_ci#define MX23_PAD_LCD_D04__LCD_D04 0x1040 5062306a36Sopenharmony_ci#define MX23_PAD_LCD_D05__LCD_D05 0x1050 5162306a36Sopenharmony_ci#define MX23_PAD_LCD_D06__LCD_D06 0x1060 5262306a36Sopenharmony_ci#define MX23_PAD_LCD_D07__LCD_D07 0x1070 5362306a36Sopenharmony_ci#define MX23_PAD_LCD_D08__LCD_D08 0x1080 5462306a36Sopenharmony_ci#define MX23_PAD_LCD_D09__LCD_D09 0x1090 5562306a36Sopenharmony_ci#define MX23_PAD_LCD_D10__LCD_D10 0x10a0 5662306a36Sopenharmony_ci#define MX23_PAD_LCD_D11__LCD_D11 0x10b0 5762306a36Sopenharmony_ci#define MX23_PAD_LCD_D12__LCD_D12 0x10c0 5862306a36Sopenharmony_ci#define MX23_PAD_LCD_D13__LCD_D13 0x10d0 5962306a36Sopenharmony_ci#define MX23_PAD_LCD_D14__LCD_D14 0x10e0 6062306a36Sopenharmony_ci#define MX23_PAD_LCD_D15__LCD_D15 0x10f0 6162306a36Sopenharmony_ci#define MX23_PAD_LCD_D16__LCD_D16 0x1100 6262306a36Sopenharmony_ci#define MX23_PAD_LCD_D17__LCD_D17 0x1110 6362306a36Sopenharmony_ci#define MX23_PAD_LCD_RESET__LCD_RESET 0x1120 6462306a36Sopenharmony_ci#define MX23_PAD_LCD_RS__LCD_RS 0x1130 6562306a36Sopenharmony_ci#define MX23_PAD_LCD_WR__LCD_WR 0x1140 6662306a36Sopenharmony_ci#define MX23_PAD_LCD_CS__LCD_CS 0x1150 6762306a36Sopenharmony_ci#define MX23_PAD_LCD_DOTCK__LCD_DOTCK 0x1160 6862306a36Sopenharmony_ci#define MX23_PAD_LCD_ENABLE__LCD_ENABLE 0x1170 6962306a36Sopenharmony_ci#define MX23_PAD_LCD_HSYNC__LCD_HSYNC 0x1180 7062306a36Sopenharmony_ci#define MX23_PAD_LCD_VSYNC__LCD_VSYNC 0x1190 7162306a36Sopenharmony_ci#define MX23_PAD_PWM0__PWM0 0x11a0 7262306a36Sopenharmony_ci#define MX23_PAD_PWM1__PWM1 0x11b0 7362306a36Sopenharmony_ci#define MX23_PAD_PWM2__PWM2 0x11c0 7462306a36Sopenharmony_ci#define MX23_PAD_PWM3__PWM3 0x11d0 7562306a36Sopenharmony_ci#define MX23_PAD_PWM4__PWM4 0x11e0 7662306a36Sopenharmony_ci#define MX23_PAD_SSP1_CMD__SSP1_CMD 0x2000 7762306a36Sopenharmony_ci#define MX23_PAD_SSP1_DETECT__SSP1_DETECT 0x2010 7862306a36Sopenharmony_ci#define MX23_PAD_SSP1_DATA0__SSP1_DATA0 0x2020 7962306a36Sopenharmony_ci#define MX23_PAD_SSP1_DATA1__SSP1_DATA1 0x2030 8062306a36Sopenharmony_ci#define MX23_PAD_SSP1_DATA2__SSP1_DATA2 0x2040 8162306a36Sopenharmony_ci#define MX23_PAD_SSP1_DATA3__SSP1_DATA3 0x2050 8262306a36Sopenharmony_ci#define MX23_PAD_SSP1_SCK__SSP1_SCK 0x2060 8362306a36Sopenharmony_ci#define MX23_PAD_ROTARYA__ROTARYA 0x2070 8462306a36Sopenharmony_ci#define MX23_PAD_ROTARYB__ROTARYB 0x2080 8562306a36Sopenharmony_ci#define MX23_PAD_EMI_A00__EMI_A00 0x2090 8662306a36Sopenharmony_ci#define MX23_PAD_EMI_A01__EMI_A01 0x20a0 8762306a36Sopenharmony_ci#define MX23_PAD_EMI_A02__EMI_A02 0x20b0 8862306a36Sopenharmony_ci#define MX23_PAD_EMI_A03__EMI_A03 0x20c0 8962306a36Sopenharmony_ci#define MX23_PAD_EMI_A04__EMI_A04 0x20d0 9062306a36Sopenharmony_ci#define MX23_PAD_EMI_A05__EMI_A05 0x20e0 9162306a36Sopenharmony_ci#define MX23_PAD_EMI_A06__EMI_A06 0x20f0 9262306a36Sopenharmony_ci#define MX23_PAD_EMI_A07__EMI_A07 0x2100 9362306a36Sopenharmony_ci#define MX23_PAD_EMI_A08__EMI_A08 0x2110 9462306a36Sopenharmony_ci#define MX23_PAD_EMI_A09__EMI_A09 0x2120 9562306a36Sopenharmony_ci#define MX23_PAD_EMI_A10__EMI_A10 0x2130 9662306a36Sopenharmony_ci#define MX23_PAD_EMI_A11__EMI_A11 0x2140 9762306a36Sopenharmony_ci#define MX23_PAD_EMI_A12__EMI_A12 0x2150 9862306a36Sopenharmony_ci#define MX23_PAD_EMI_BA0__EMI_BA0 0x2160 9962306a36Sopenharmony_ci#define MX23_PAD_EMI_BA1__EMI_BA1 0x2170 10062306a36Sopenharmony_ci#define MX23_PAD_EMI_CASN__EMI_CASN 0x2180 10162306a36Sopenharmony_ci#define MX23_PAD_EMI_CE0N__EMI_CE0N 0x2190 10262306a36Sopenharmony_ci#define MX23_PAD_EMI_CE1N__EMI_CE1N 0x21a0 10362306a36Sopenharmony_ci#define MX23_PAD_GPMI_CE1N__GPMI_CE1N 0x21b0 10462306a36Sopenharmony_ci#define MX23_PAD_GPMI_CE0N__GPMI_CE0N 0x21c0 10562306a36Sopenharmony_ci#define MX23_PAD_EMI_CKE__EMI_CKE 0x21d0 10662306a36Sopenharmony_ci#define MX23_PAD_EMI_RASN__EMI_RASN 0x21e0 10762306a36Sopenharmony_ci#define MX23_PAD_EMI_WEN__EMI_WEN 0x21f0 10862306a36Sopenharmony_ci#define MX23_PAD_EMI_D00__EMI_D00 0x3000 10962306a36Sopenharmony_ci#define MX23_PAD_EMI_D01__EMI_D01 0x3010 11062306a36Sopenharmony_ci#define MX23_PAD_EMI_D02__EMI_D02 0x3020 11162306a36Sopenharmony_ci#define MX23_PAD_EMI_D03__EMI_D03 0x3030 11262306a36Sopenharmony_ci#define MX23_PAD_EMI_D04__EMI_D04 0x3040 11362306a36Sopenharmony_ci#define MX23_PAD_EMI_D05__EMI_D05 0x3050 11462306a36Sopenharmony_ci#define MX23_PAD_EMI_D06__EMI_D06 0x3060 11562306a36Sopenharmony_ci#define MX23_PAD_EMI_D07__EMI_D07 0x3070 11662306a36Sopenharmony_ci#define MX23_PAD_EMI_D08__EMI_D08 0x3080 11762306a36Sopenharmony_ci#define MX23_PAD_EMI_D09__EMI_D09 0x3090 11862306a36Sopenharmony_ci#define MX23_PAD_EMI_D10__EMI_D10 0x30a0 11962306a36Sopenharmony_ci#define MX23_PAD_EMI_D11__EMI_D11 0x30b0 12062306a36Sopenharmony_ci#define MX23_PAD_EMI_D12__EMI_D12 0x30c0 12162306a36Sopenharmony_ci#define MX23_PAD_EMI_D13__EMI_D13 0x30d0 12262306a36Sopenharmony_ci#define MX23_PAD_EMI_D14__EMI_D14 0x30e0 12362306a36Sopenharmony_ci#define MX23_PAD_EMI_D15__EMI_D15 0x30f0 12462306a36Sopenharmony_ci#define MX23_PAD_EMI_DQM0__EMI_DQM0 0x3100 12562306a36Sopenharmony_ci#define MX23_PAD_EMI_DQM1__EMI_DQM1 0x3110 12662306a36Sopenharmony_ci#define MX23_PAD_EMI_DQS0__EMI_DQS0 0x3120 12762306a36Sopenharmony_ci#define MX23_PAD_EMI_DQS1__EMI_DQS1 0x3130 12862306a36Sopenharmony_ci#define MX23_PAD_EMI_CLK__EMI_CLK 0x3140 12962306a36Sopenharmony_ci#define MX23_PAD_EMI_CLKN__EMI_CLKN 0x3150 13062306a36Sopenharmony_ci#define MX23_PAD_GPMI_D00__LCD_D8 0x0001 13162306a36Sopenharmony_ci#define MX23_PAD_GPMI_D01__LCD_D9 0x0011 13262306a36Sopenharmony_ci#define MX23_PAD_GPMI_D02__LCD_D10 0x0021 13362306a36Sopenharmony_ci#define MX23_PAD_GPMI_D03__LCD_D11 0x0031 13462306a36Sopenharmony_ci#define MX23_PAD_GPMI_D04__LCD_D12 0x0041 13562306a36Sopenharmony_ci#define MX23_PAD_GPMI_D05__LCD_D13 0x0051 13662306a36Sopenharmony_ci#define MX23_PAD_GPMI_D06__LCD_D14 0x0061 13762306a36Sopenharmony_ci#define MX23_PAD_GPMI_D07__LCD_D15 0x0071 13862306a36Sopenharmony_ci#define MX23_PAD_GPMI_D08__LCD_D18 0x0081 13962306a36Sopenharmony_ci#define MX23_PAD_GPMI_D09__LCD_D19 0x0091 14062306a36Sopenharmony_ci#define MX23_PAD_GPMI_D10__LCD_D20 0x00a1 14162306a36Sopenharmony_ci#define MX23_PAD_GPMI_D11__LCD_D21 0x00b1 14262306a36Sopenharmony_ci#define MX23_PAD_GPMI_D12__LCD_D22 0x00c1 14362306a36Sopenharmony_ci#define MX23_PAD_GPMI_D13__LCD_D23 0x00d1 14462306a36Sopenharmony_ci#define MX23_PAD_GPMI_D14__AUART2_RX 0x00e1 14562306a36Sopenharmony_ci#define MX23_PAD_GPMI_D15__AUART2_TX 0x00f1 14662306a36Sopenharmony_ci#define MX23_PAD_GPMI_CLE__LCD_D16 0x0101 14762306a36Sopenharmony_ci#define MX23_PAD_GPMI_ALE__LCD_D17 0x0111 14862306a36Sopenharmony_ci#define MX23_PAD_GPMI_CE2N__ATA_A2 0x0121 14962306a36Sopenharmony_ci#define MX23_PAD_AUART1_RTS__IR_CLK 0x01b1 15062306a36Sopenharmony_ci#define MX23_PAD_AUART1_RX__IR_RX 0x01c1 15162306a36Sopenharmony_ci#define MX23_PAD_AUART1_TX__IR_TX 0x01d1 15262306a36Sopenharmony_ci#define MX23_PAD_I2C_SCL__GPMI_RDY2 0x01e1 15362306a36Sopenharmony_ci#define MX23_PAD_I2C_SDA__GPMI_CE2N 0x01f1 15462306a36Sopenharmony_ci#define MX23_PAD_LCD_D00__ETM_DA8 0x1001 15562306a36Sopenharmony_ci#define MX23_PAD_LCD_D01__ETM_DA9 0x1011 15662306a36Sopenharmony_ci#define MX23_PAD_LCD_D02__ETM_DA10 0x1021 15762306a36Sopenharmony_ci#define MX23_PAD_LCD_D03__ETM_DA11 0x1031 15862306a36Sopenharmony_ci#define MX23_PAD_LCD_D04__ETM_DA12 0x1041 15962306a36Sopenharmony_ci#define MX23_PAD_LCD_D05__ETM_DA13 0x1051 16062306a36Sopenharmony_ci#define MX23_PAD_LCD_D06__ETM_DA14 0x1061 16162306a36Sopenharmony_ci#define MX23_PAD_LCD_D07__ETM_DA15 0x1071 16262306a36Sopenharmony_ci#define MX23_PAD_LCD_D08__ETM_DA0 0x1081 16362306a36Sopenharmony_ci#define MX23_PAD_LCD_D09__ETM_DA1 0x1091 16462306a36Sopenharmony_ci#define MX23_PAD_LCD_D10__ETM_DA2 0x10a1 16562306a36Sopenharmony_ci#define MX23_PAD_LCD_D11__ETM_DA3 0x10b1 16662306a36Sopenharmony_ci#define MX23_PAD_LCD_D12__ETM_DA4 0x10c1 16762306a36Sopenharmony_ci#define MX23_PAD_LCD_D13__ETM_DA5 0x10d1 16862306a36Sopenharmony_ci#define MX23_PAD_LCD_D14__ETM_DA6 0x10e1 16962306a36Sopenharmony_ci#define MX23_PAD_LCD_D15__ETM_DA7 0x10f1 17062306a36Sopenharmony_ci#define MX23_PAD_LCD_RESET__ETM_TCTL 0x1121 17162306a36Sopenharmony_ci#define MX23_PAD_LCD_RS__ETM_TCLK 0x1131 17262306a36Sopenharmony_ci#define MX23_PAD_LCD_DOTCK__GPMI_RDY3 0x1161 17362306a36Sopenharmony_ci#define MX23_PAD_LCD_ENABLE__I2C_SCL 0x1171 17462306a36Sopenharmony_ci#define MX23_PAD_LCD_HSYNC__I2C_SDA 0x1181 17562306a36Sopenharmony_ci#define MX23_PAD_LCD_VSYNC__LCD_BUSY 0x1191 17662306a36Sopenharmony_ci#define MX23_PAD_PWM0__ROTARYA 0x11a1 17762306a36Sopenharmony_ci#define MX23_PAD_PWM1__ROTARYB 0x11b1 17862306a36Sopenharmony_ci#define MX23_PAD_PWM2__GPMI_RDY3 0x11c1 17962306a36Sopenharmony_ci#define MX23_PAD_PWM3__ETM_TCTL 0x11d1 18062306a36Sopenharmony_ci#define MX23_PAD_PWM4__ETM_TCLK 0x11e1 18162306a36Sopenharmony_ci#define MX23_PAD_SSP1_DETECT__GPMI_CE3N 0x2011 18262306a36Sopenharmony_ci#define MX23_PAD_SSP1_DATA1__I2C_SCL 0x2031 18362306a36Sopenharmony_ci#define MX23_PAD_SSP1_DATA2__I2C_SDA 0x2041 18462306a36Sopenharmony_ci#define MX23_PAD_ROTARYA__AUART2_RTS 0x2071 18562306a36Sopenharmony_ci#define MX23_PAD_ROTARYB__AUART2_CTS 0x2081 18662306a36Sopenharmony_ci#define MX23_PAD_GPMI_D00__SSP2_DATA0 0x0002 18762306a36Sopenharmony_ci#define MX23_PAD_GPMI_D01__SSP2_DATA1 0x0012 18862306a36Sopenharmony_ci#define MX23_PAD_GPMI_D02__SSP2_DATA2 0x0022 18962306a36Sopenharmony_ci#define MX23_PAD_GPMI_D03__SSP2_DATA3 0x0032 19062306a36Sopenharmony_ci#define MX23_PAD_GPMI_D04__SSP2_DATA4 0x0042 19162306a36Sopenharmony_ci#define MX23_PAD_GPMI_D05__SSP2_DATA5 0x0052 19262306a36Sopenharmony_ci#define MX23_PAD_GPMI_D06__SSP2_DATA6 0x0062 19362306a36Sopenharmony_ci#define MX23_PAD_GPMI_D07__SSP2_DATA7 0x0072 19462306a36Sopenharmony_ci#define MX23_PAD_GPMI_D08__SSP1_DATA4 0x0082 19562306a36Sopenharmony_ci#define MX23_PAD_GPMI_D09__SSP1_DATA5 0x0092 19662306a36Sopenharmony_ci#define MX23_PAD_GPMI_D10__SSP1_DATA6 0x00a2 19762306a36Sopenharmony_ci#define MX23_PAD_GPMI_D11__SSP1_DATA7 0x00b2 19862306a36Sopenharmony_ci#define MX23_PAD_GPMI_D15__GPMI_CE3N 0x00f2 19962306a36Sopenharmony_ci#define MX23_PAD_GPMI_RDY0__SSP2_DETECT 0x0132 20062306a36Sopenharmony_ci#define MX23_PAD_GPMI_RDY1__SSP2_CMD 0x0142 20162306a36Sopenharmony_ci#define MX23_PAD_GPMI_WRN__SSP2_SCK 0x0182 20262306a36Sopenharmony_ci#define MX23_PAD_AUART1_CTS__SSP1_DATA4 0x01a2 20362306a36Sopenharmony_ci#define MX23_PAD_AUART1_RTS__SSP1_DATA5 0x01b2 20462306a36Sopenharmony_ci#define MX23_PAD_AUART1_RX__SSP1_DATA6 0x01c2 20562306a36Sopenharmony_ci#define MX23_PAD_AUART1_TX__SSP1_DATA7 0x01d2 20662306a36Sopenharmony_ci#define MX23_PAD_I2C_SCL__AUART1_TX 0x01e2 20762306a36Sopenharmony_ci#define MX23_PAD_I2C_SDA__AUART1_RX 0x01f2 20862306a36Sopenharmony_ci#define MX23_PAD_LCD_D08__SAIF2_SDATA0 0x1082 20962306a36Sopenharmony_ci#define MX23_PAD_LCD_D09__SAIF1_SDATA0 0x1092 21062306a36Sopenharmony_ci#define MX23_PAD_LCD_D10__SAIF_MCLK_BITCLK 0x10a2 21162306a36Sopenharmony_ci#define MX23_PAD_LCD_D11__SAIF_LRCLK 0x10b2 21262306a36Sopenharmony_ci#define MX23_PAD_LCD_D12__SAIF2_SDATA1 0x10c2 21362306a36Sopenharmony_ci#define MX23_PAD_LCD_D13__SAIF2_SDATA2 0x10d2 21462306a36Sopenharmony_ci#define MX23_PAD_LCD_D14__SAIF1_SDATA2 0x10e2 21562306a36Sopenharmony_ci#define MX23_PAD_LCD_D15__SAIF1_SDATA1 0x10f2 21662306a36Sopenharmony_ci#define MX23_PAD_LCD_D16__SAIF_ALT_BITCLK 0x1102 21762306a36Sopenharmony_ci#define MX23_PAD_LCD_RESET__GPMI_CE3N 0x1122 21862306a36Sopenharmony_ci#define MX23_PAD_PWM0__DUART_RX 0x11a2 21962306a36Sopenharmony_ci#define MX23_PAD_PWM1__DUART_TX 0x11b2 22062306a36Sopenharmony_ci#define MX23_PAD_PWM3__AUART1_CTS 0x11d2 22162306a36Sopenharmony_ci#define MX23_PAD_PWM4__AUART1_RTS 0x11e2 22262306a36Sopenharmony_ci#define MX23_PAD_SSP1_CMD__JTAG_TDO 0x2002 22362306a36Sopenharmony_ci#define MX23_PAD_SSP1_DETECT__USB_OTG_ID 0x2012 22462306a36Sopenharmony_ci#define MX23_PAD_SSP1_DATA0__JTAG_TDI 0x2022 22562306a36Sopenharmony_ci#define MX23_PAD_SSP1_DATA1__JTAG_TCLK 0x2032 22662306a36Sopenharmony_ci#define MX23_PAD_SSP1_DATA2__JTAG_RTCK 0x2042 22762306a36Sopenharmony_ci#define MX23_PAD_SSP1_DATA3__JTAG_TMS 0x2052 22862306a36Sopenharmony_ci#define MX23_PAD_SSP1_SCK__JTAG_TRST 0x2062 22962306a36Sopenharmony_ci#define MX23_PAD_ROTARYA__SPDIF 0x2072 23062306a36Sopenharmony_ci#define MX23_PAD_ROTARYB__GPMI_CE3N 0x2082 23162306a36Sopenharmony_ci#define MX23_PAD_GPMI_D00__GPIO_0_0 0x0003 23262306a36Sopenharmony_ci#define MX23_PAD_GPMI_D01__GPIO_0_1 0x0013 23362306a36Sopenharmony_ci#define MX23_PAD_GPMI_D02__GPIO_0_2 0x0023 23462306a36Sopenharmony_ci#define MX23_PAD_GPMI_D03__GPIO_0_3 0x0033 23562306a36Sopenharmony_ci#define MX23_PAD_GPMI_D04__GPIO_0_4 0x0043 23662306a36Sopenharmony_ci#define MX23_PAD_GPMI_D05__GPIO_0_5 0x0053 23762306a36Sopenharmony_ci#define MX23_PAD_GPMI_D06__GPIO_0_6 0x0063 23862306a36Sopenharmony_ci#define MX23_PAD_GPMI_D07__GPIO_0_7 0x0073 23962306a36Sopenharmony_ci#define MX23_PAD_GPMI_D08__GPIO_0_8 0x0083 24062306a36Sopenharmony_ci#define MX23_PAD_GPMI_D09__GPIO_0_9 0x0093 24162306a36Sopenharmony_ci#define MX23_PAD_GPMI_D10__GPIO_0_10 0x00a3 24262306a36Sopenharmony_ci#define MX23_PAD_GPMI_D11__GPIO_0_11 0x00b3 24362306a36Sopenharmony_ci#define MX23_PAD_GPMI_D12__GPIO_0_12 0x00c3 24462306a36Sopenharmony_ci#define MX23_PAD_GPMI_D13__GPIO_0_13 0x00d3 24562306a36Sopenharmony_ci#define MX23_PAD_GPMI_D14__GPIO_0_14 0x00e3 24662306a36Sopenharmony_ci#define MX23_PAD_GPMI_D15__GPIO_0_15 0x00f3 24762306a36Sopenharmony_ci#define MX23_PAD_GPMI_CLE__GPIO_0_16 0x0103 24862306a36Sopenharmony_ci#define MX23_PAD_GPMI_ALE__GPIO_0_17 0x0113 24962306a36Sopenharmony_ci#define MX23_PAD_GPMI_CE2N__GPIO_0_18 0x0123 25062306a36Sopenharmony_ci#define MX23_PAD_GPMI_RDY0__GPIO_0_19 0x0133 25162306a36Sopenharmony_ci#define MX23_PAD_GPMI_RDY1__GPIO_0_20 0x0143 25262306a36Sopenharmony_ci#define MX23_PAD_GPMI_RDY2__GPIO_0_21 0x0153 25362306a36Sopenharmony_ci#define MX23_PAD_GPMI_RDY3__GPIO_0_22 0x0163 25462306a36Sopenharmony_ci#define MX23_PAD_GPMI_WPN__GPIO_0_23 0x0173 25562306a36Sopenharmony_ci#define MX23_PAD_GPMI_WRN__GPIO_0_24 0x0183 25662306a36Sopenharmony_ci#define MX23_PAD_GPMI_RDN__GPIO_0_25 0x0193 25762306a36Sopenharmony_ci#define MX23_PAD_AUART1_CTS__GPIO_0_26 0x01a3 25862306a36Sopenharmony_ci#define MX23_PAD_AUART1_RTS__GPIO_0_27 0x01b3 25962306a36Sopenharmony_ci#define MX23_PAD_AUART1_RX__GPIO_0_28 0x01c3 26062306a36Sopenharmony_ci#define MX23_PAD_AUART1_TX__GPIO_0_29 0x01d3 26162306a36Sopenharmony_ci#define MX23_PAD_I2C_SCL__GPIO_0_30 0x01e3 26262306a36Sopenharmony_ci#define MX23_PAD_I2C_SDA__GPIO_0_31 0x01f3 26362306a36Sopenharmony_ci#define MX23_PAD_LCD_D00__GPIO_1_0 0x1003 26462306a36Sopenharmony_ci#define MX23_PAD_LCD_D01__GPIO_1_1 0x1013 26562306a36Sopenharmony_ci#define MX23_PAD_LCD_D02__GPIO_1_2 0x1023 26662306a36Sopenharmony_ci#define MX23_PAD_LCD_D03__GPIO_1_3 0x1033 26762306a36Sopenharmony_ci#define MX23_PAD_LCD_D04__GPIO_1_4 0x1043 26862306a36Sopenharmony_ci#define MX23_PAD_LCD_D05__GPIO_1_5 0x1053 26962306a36Sopenharmony_ci#define MX23_PAD_LCD_D06__GPIO_1_6 0x1063 27062306a36Sopenharmony_ci#define MX23_PAD_LCD_D07__GPIO_1_7 0x1073 27162306a36Sopenharmony_ci#define MX23_PAD_LCD_D08__GPIO_1_8 0x1083 27262306a36Sopenharmony_ci#define MX23_PAD_LCD_D09__GPIO_1_9 0x1093 27362306a36Sopenharmony_ci#define MX23_PAD_LCD_D10__GPIO_1_10 0x10a3 27462306a36Sopenharmony_ci#define MX23_PAD_LCD_D11__GPIO_1_11 0x10b3 27562306a36Sopenharmony_ci#define MX23_PAD_LCD_D12__GPIO_1_12 0x10c3 27662306a36Sopenharmony_ci#define MX23_PAD_LCD_D13__GPIO_1_13 0x10d3 27762306a36Sopenharmony_ci#define MX23_PAD_LCD_D14__GPIO_1_14 0x10e3 27862306a36Sopenharmony_ci#define MX23_PAD_LCD_D15__GPIO_1_15 0x10f3 27962306a36Sopenharmony_ci#define MX23_PAD_LCD_D16__GPIO_1_16 0x1103 28062306a36Sopenharmony_ci#define MX23_PAD_LCD_D17__GPIO_1_17 0x1113 28162306a36Sopenharmony_ci#define MX23_PAD_LCD_RESET__GPIO_1_18 0x1123 28262306a36Sopenharmony_ci#define MX23_PAD_LCD_RS__GPIO_1_19 0x1133 28362306a36Sopenharmony_ci#define MX23_PAD_LCD_WR__GPIO_1_20 0x1143 28462306a36Sopenharmony_ci#define MX23_PAD_LCD_CS__GPIO_1_21 0x1153 28562306a36Sopenharmony_ci#define MX23_PAD_LCD_DOTCK__GPIO_1_22 0x1163 28662306a36Sopenharmony_ci#define MX23_PAD_LCD_ENABLE__GPIO_1_23 0x1173 28762306a36Sopenharmony_ci#define MX23_PAD_LCD_HSYNC__GPIO_1_24 0x1183 28862306a36Sopenharmony_ci#define MX23_PAD_LCD_VSYNC__GPIO_1_25 0x1193 28962306a36Sopenharmony_ci#define MX23_PAD_PWM0__GPIO_1_26 0x11a3 29062306a36Sopenharmony_ci#define MX23_PAD_PWM1__GPIO_1_27 0x11b3 29162306a36Sopenharmony_ci#define MX23_PAD_PWM2__GPIO_1_28 0x11c3 29262306a36Sopenharmony_ci#define MX23_PAD_PWM3__GPIO_1_29 0x11d3 29362306a36Sopenharmony_ci#define MX23_PAD_PWM4__GPIO_1_30 0x11e3 29462306a36Sopenharmony_ci#define MX23_PAD_SSP1_CMD__GPIO_2_0 0x2003 29562306a36Sopenharmony_ci#define MX23_PAD_SSP1_DETECT__GPIO_2_1 0x2013 29662306a36Sopenharmony_ci#define MX23_PAD_SSP1_DATA0__GPIO_2_2 0x2023 29762306a36Sopenharmony_ci#define MX23_PAD_SSP1_DATA1__GPIO_2_3 0x2033 29862306a36Sopenharmony_ci#define MX23_PAD_SSP1_DATA2__GPIO_2_4 0x2043 29962306a36Sopenharmony_ci#define MX23_PAD_SSP1_DATA3__GPIO_2_5 0x2053 30062306a36Sopenharmony_ci#define MX23_PAD_SSP1_SCK__GPIO_2_6 0x2063 30162306a36Sopenharmony_ci#define MX23_PAD_ROTARYA__GPIO_2_7 0x2073 30262306a36Sopenharmony_ci#define MX23_PAD_ROTARYB__GPIO_2_8 0x2083 30362306a36Sopenharmony_ci#define MX23_PAD_EMI_A00__GPIO_2_9 0x2093 30462306a36Sopenharmony_ci#define MX23_PAD_EMI_A01__GPIO_2_10 0x20a3 30562306a36Sopenharmony_ci#define MX23_PAD_EMI_A02__GPIO_2_11 0x20b3 30662306a36Sopenharmony_ci#define MX23_PAD_EMI_A03__GPIO_2_12 0x20c3 30762306a36Sopenharmony_ci#define MX23_PAD_EMI_A04__GPIO_2_13 0x20d3 30862306a36Sopenharmony_ci#define MX23_PAD_EMI_A05__GPIO_2_14 0x20e3 30962306a36Sopenharmony_ci#define MX23_PAD_EMI_A06__GPIO_2_15 0x20f3 31062306a36Sopenharmony_ci#define MX23_PAD_EMI_A07__GPIO_2_16 0x2103 31162306a36Sopenharmony_ci#define MX23_PAD_EMI_A08__GPIO_2_17 0x2113 31262306a36Sopenharmony_ci#define MX23_PAD_EMI_A09__GPIO_2_18 0x2123 31362306a36Sopenharmony_ci#define MX23_PAD_EMI_A10__GPIO_2_19 0x2133 31462306a36Sopenharmony_ci#define MX23_PAD_EMI_A11__GPIO_2_20 0x2143 31562306a36Sopenharmony_ci#define MX23_PAD_EMI_A12__GPIO_2_21 0x2153 31662306a36Sopenharmony_ci#define MX23_PAD_EMI_BA0__GPIO_2_22 0x2163 31762306a36Sopenharmony_ci#define MX23_PAD_EMI_BA1__GPIO_2_23 0x2173 31862306a36Sopenharmony_ci#define MX23_PAD_EMI_CASN__GPIO_2_24 0x2183 31962306a36Sopenharmony_ci#define MX23_PAD_EMI_CE0N__GPIO_2_25 0x2193 32062306a36Sopenharmony_ci#define MX23_PAD_EMI_CE1N__GPIO_2_26 0x21a3 32162306a36Sopenharmony_ci#define MX23_PAD_GPMI_CE1N__GPIO_2_27 0x21b3 32262306a36Sopenharmony_ci#define MX23_PAD_GPMI_CE0N__GPIO_2_28 0x21c3 32362306a36Sopenharmony_ci#define MX23_PAD_EMI_CKE__GPIO_2_29 0x21d3 32462306a36Sopenharmony_ci#define MX23_PAD_EMI_RASN__GPIO_2_30 0x21e3 32562306a36Sopenharmony_ci#define MX23_PAD_EMI_WEN__GPIO_2_31 0x21f3 32662306a36Sopenharmony_ci 32762306a36Sopenharmony_ci#endif /* __DT_BINDINGS_MX23_PINCTRL_H__ */ 328