update pinouts
This commit is contained in:
114
Electricals/Pinouts/README.md
Normal file
114
Electricals/Pinouts/README.md
Normal file
@@ -0,0 +1,114 @@
|
||||
# Pinouts
|
||||
|
||||
All pin definitions for LattePanda Mu
|
||||
|
||||
⚠️ Note:
|
||||
Due to the large number of functionally multiplexing pins, you should check the [BIOS functionality documentation](../../Softwares/BIOS/README.md) before starting your design. Do not design directly from the pin definition documentation here.
|
||||
|
||||

|
||||
|
||||
## eDP
|
||||
|
||||
I-PEX 20455-040E
|
||||
|
||||
| Number | Name | Type | Description |
|
||||
|--------|-----------|:----:|--------------------------|
|
||||
| 1 | NC | | |
|
||||
| 2 | GND | | |
|
||||
| 3 | DDIA_TX3- | O | Lane 3 (-) |
|
||||
| 4 | DDIA_TX3+ | O | Lane 3 (+) |
|
||||
| 5 | GND | | |
|
||||
| 6 | DDIA_TX2- | O | Lane 2 (-) |
|
||||
| 7 | DDIA_TX2+ | O | Lane 2 (+) |
|
||||
| 8 | GND | | |
|
||||
| 9 | DDIA_TX1- | O | Lane 1 (-) |
|
||||
| 10 | DDIA_TX1+ | O | Lane 1 (+) |
|
||||
| 11 | GND | | |
|
||||
| 12 | DDIA_TX0- | O | Lane 0 (-) |
|
||||
| 13 | DDIA_TX0+ | O | Lane 0 (+) |
|
||||
| 14 | GND | | |
|
||||
| 15 | DDIA_AUX+ | O | Auxiliary channel (+) |
|
||||
| 16 | DDIA_AUX- | O | Auxiliary channel (-) |
|
||||
| 17 | GND | | |
|
||||
| 18 | LCD_VCC | | LCD Power Supplies |
|
||||
| 19 | LCD_VCC | | LCD Power Supplies |
|
||||
| 20 | LCD_VCC | | LCD Power Supplies |
|
||||
| 21 | LCD_VCC | | LCD Power Supplies |
|
||||
| 22 | Selftest | O | Default Grounding |
|
||||
| 23 | GND | | |
|
||||
| 24 | GND | | |
|
||||
| 25 | GND | | |
|
||||
| 26 | GND | | |
|
||||
| 27 | HPD | I | Plug Detection |
|
||||
| 28 | GND | | |
|
||||
| 29 | GND | | |
|
||||
| 30 | GND | | |
|
||||
| 31 | GND | | |
|
||||
| 32 | BL_EN | O | Backlight enable |
|
||||
| 33 | BL_PWM | O | Backlight PWM dimming |
|
||||
| 34 | NC | | |
|
||||
| 35 | NC | | |
|
||||
| 36 | BL_PWR | | Backlight Power Supplies |
|
||||
| 37 | BL_PWR | | Backlight Power Supplies |
|
||||
| 38 | BL_PWR | | Backlight Power Supplies |
|
||||
| 39 | BL_PWR | | Backlight Power Supplies |
|
||||
| 40 | NC | | |
|
||||
|
||||
- **LCD_VCC**: +3.3V
|
||||
- **BL_PWR**: Same as LattePanda Mu input voltage
|
||||
- **Selftest**: Factory test pin, ground by default
|
||||
|
||||
## Touch
|
||||
|
||||
Clamshell 6P 0.5mm FFC/FPC Connector
|
||||
|
||||
| Number | Name | Type | Description |
|
||||
|--------|------------|:----:|-----------------------|
|
||||
| 1 | I2C0_SCL | O | I2C Bus |
|
||||
| 2 | I2C0_SDA | I/O | I2C Bus |
|
||||
| 3 | GND | | |
|
||||
| 4 | TOUCH_RST# | O | Touch panel reset |
|
||||
| 5 | TOUCH_INT | I | Touch event interrupt |
|
||||
| 6 | +3.3V | | Touch panel power |
|
||||
|
||||
## MIPI CSI-2
|
||||
|
||||
Clamshell 22P 0.5mm FFC/FPC Connector
|
||||
|
||||
| Number | Name | Type | Description |
|
||||
|--------|-----------|:----:|-------------------|
|
||||
| 1 | GND | | |
|
||||
| 2 | CSI_B_D0- | I | MIPI Data Lane 0 |
|
||||
| 3 | CSI_B_D0+ | I | MIPI Data Lane 0 |
|
||||
| 4 | GND | | |
|
||||
| 5 | CSI_B_D1- | I | MIPI Data Lane 1 |
|
||||
| 6 | CSI_B_D1+ | I | MIPI Data Lane 1 |
|
||||
| 7 | GND | | |
|
||||
| 8 | CSI_B_CK- | I | MIPI Clock |
|
||||
| 9 | CSI_B_CK+ | I | MIPI Clock |
|
||||
| 10 | GND | | |
|
||||
| 11 | CSI_B_D2- | I | MIPI Data Lane 2 |
|
||||
| 12 | CSI_B_D2+ | I | MIPI Data Lane 2 |
|
||||
| 13 | GND | | |
|
||||
| 14 | CSI_B_D3- | I | MIPI Data Lane 3 |
|
||||
| 15 | CSI_B_D3+ | I | MIPI Data Lane 3 |
|
||||
| 16 | GND | | |
|
||||
| 17 | CAM_RST | O | Camera reset |
|
||||
| 18 | CAM_MCLK | O | Camera main clock |
|
||||
| 19 | GND | | |
|
||||
| 20 | I2C1_SCL | O | I2C bus |
|
||||
| 21 | I2C1_SDA | I/O | I2C bus |
|
||||
| 22 | +3.3V | | Camera power |
|
||||
|
||||
- **CAM_RST**: SoC GPP_A21
|
||||
- **CAM_MCLK**: SoC GPP_D4
|
||||
|
||||
## SODIMM
|
||||
|
||||
DDR4 SODIMM pin table is too long, so I put it in a separate csv file.
|
||||
|
||||
- [Front Side](./front.csv)
|
||||
- [Back Side](./back.csv)
|
||||
|
||||
⚠️ Note:
|
||||
Due to the large number of functionally multiplexing pins, you should check the [BIOS functionality documentation](../../Softwares/BIOS/README.md) before starting your design. Do not design directly from the pin definition documentation here.
|
||||
132
Electricals/Pinouts/back.csv
Normal file
132
Electricals/Pinouts/back.csv
Normal file
@@ -0,0 +1,132 @@
|
||||
Number,Name,Type,Description
|
||||
2,FAN1_PWM,O,CPU fan PWM output
|
||||
4,FAN1_TAC,I,CPU fan tachometer input
|
||||
6,TAN2_PWM,O,System fan PWM out
|
||||
8,FAN2_TAC,I,System fan tachometer input
|
||||
10,SIO_UART_TX,O,SuperIO UART transmitter
|
||||
12,SIO_UART_RX,I,SuperIO UART receiver
|
||||
14,GND,,
|
||||
16,HSIO0_RX+,I,Differential signal input
|
||||
18,HSIO0_RX-,I,Differential signal input
|
||||
20,GND,,
|
||||
22,HSIO1_RX+,I,Differential signal input
|
||||
24,HSIO1_RX-,I,Differential signal input
|
||||
26,GND,,
|
||||
28,HSIO2_RX+,I,Differential signal input
|
||||
30,HSIO2_RX-,I,Differential signal input
|
||||
32,GND,,
|
||||
34,HSIO3_RX+,I,Differential signal input
|
||||
36,HSIO3_RX-,I,Differential signal input
|
||||
38,GND,,
|
||||
40,HSIO8_RX+,I,Differential signal input
|
||||
42,HSIO8_RX-,I,Differential signal input
|
||||
44,GND,,
|
||||
46,HSIO9_RX+,I,Differential signal input
|
||||
48,HSIO9_RX-,I,Differential signal input
|
||||
50,GND,,
|
||||
52,HSIO10_RX+,I,Differential signal input
|
||||
54,HSIO10_RX-,I,Differential signal input
|
||||
56,GND,,
|
||||
58,HSIO11_RX+,I,Differential signal input
|
||||
60,HSIO11_RX-,I,Differential signal input
|
||||
62,GND,,
|
||||
64,HSIO6_RX+,I,Differential signal input
|
||||
66,HSIO6_RX-,I,Differential signal input
|
||||
68,GND,,
|
||||
70,USB2_P4,I/O,USB 2.0 differential signal
|
||||
72,USB2_N4,I/O,USB 2.0 differential signal
|
||||
74,GND,,
|
||||
76,USB2_P7,I/O,USB 2.0 differential signal
|
||||
78,USB2_N7,I/O,USB 2.0 differential signal
|
||||
80,GND,,
|
||||
82,USB2_P8,I/O,USB 2.0 differential signal
|
||||
84,USB2_N8,I/O,USB 2.0 differential signal
|
||||
86,GND,,
|
||||
88,REFCLK3+,O,PCIe reference clock
|
||||
90,REFCLK3-,O,PCIe reference clock
|
||||
92,GND,,
|
||||
94,REFCLK4+,O,PCIe reference clock
|
||||
96,REFCLK4-,O,PCIe reference clock
|
||||
98,GND,,
|
||||
100,PCIECLK_REQ3#,I,REFCLK3 clock request function
|
||||
102,PCIECLK_REQ4#,I,REFCLK4 clock request function
|
||||
104,SMB_ALERT#,I,SMBus alert interrupt
|
||||
106,SMB_CLK,O,SMBus clock
|
||||
108,SMB_DATA,I/O,SMBus data
|
||||
110,GND,,
|
||||
112,USB2_P6,I/O,USB 2.0 differential signal
|
||||
114,USB2_N6,I/O,USB 2.0 differential signal
|
||||
116,GND,,
|
||||
118,GPP_F16,I/O,"GPIO, functions defined by BIOS"
|
||||
120,GPP_F15,I/O,"GPIO, functions defined by BIOS"
|
||||
122,GPP_F14,I/O,"GPIO, functions defined by BIOS"
|
||||
124,GPP_F13,I/O,"GPIO, functions defined by BIOS"
|
||||
126,GPP_F12,I/O,"GPIO, functions defined by BIOS"
|
||||
128,GPP_D0,I/O,"GPIO, functions defined by BIOS"
|
||||
130,GPP_D1,I/O,"GPIO, functions defined by BIOS"
|
||||
132,GPP_D2,I/O,"GPIO, functions defined by BIOS"
|
||||
134,GPP_D3,I/O,"GPIO, functions defined by BIOS"
|
||||
136,GND,,
|
||||
138,SOC_UART2_TXD,O,SoC UART2 transmitter
|
||||
140,SOC_UART2_RXD,I,SoC UART2 receiver
|
||||
142,I2C5_SCL,O,I2C5 clock
|
||||
144,I2C5_SDA,I/O,I2C5 data
|
||||
KEY,KEY,KEY,KEY
|
||||
146,I2C4_SCL,O,I2C4 clock
|
||||
148,I2C4_SDA,I/O,I2C4 data
|
||||
150,I2C3_SCL,O,I2C3 clock
|
||||
152,I2C3_SDA,I/O,I2C3 data
|
||||
154,I2C2_SCL,O,I2C2 clock
|
||||
156,I2C2_SDA,I/O,I2C2 data
|
||||
158,GND,,
|
||||
160,I2S_MCLK,O,I2S main clock
|
||||
162,I2S_SCLK,O,I2S bit clock
|
||||
164,I2S_SFRM,O,I2S word clock
|
||||
166,I2S_TXD,O,I2S serial data transmitter
|
||||
168,I2S_RXD,I,I2S serial data receiver
|
||||
170,GND,,
|
||||
172,HDA_RST,O,HD Audio reset
|
||||
174,HDA_BCLK,O,HD Audio bit clock
|
||||
176,HDA_SYNC,O,HD Audio sync
|
||||
178,HDA_SDOUT,O,HD Audio serial data out
|
||||
180,HDA_SDIN,I,HD Audio serial data in
|
||||
182,GND,,
|
||||
184,CSI_D_CK+,I,MIPI CSI-2 Port D Clock
|
||||
186,CSI_D_CK-,I,MIPI CSI-2 Port D Clock
|
||||
188,GND,,
|
||||
190,CSI_D_D1+,I,MIPI CSI-2 Port D Data Lane 1
|
||||
192,CSI_D_D1-,I,MIPI CSI-2 Port D Data Lane 1
|
||||
194,GND,,
|
||||
196,CSI_D_D0+,I,MIPI CSI-2 Port D Data Lane 0
|
||||
198,CSI_D_D0-,I,MIPI CSI-2 Port D Data Lane 0
|
||||
200,GND,,
|
||||
202,CSI_C_CK+,I,MIPI CSI-2 Port C Clock
|
||||
204,CSI_C_CK-,I,MIPI CSI-2 Port C Clock
|
||||
206,GND,,
|
||||
208,CSI_C_D1+,I,MIPI CSI-2 Port C Data Lane 1
|
||||
210,CSI_C_D1-,I,MIPI CSI-2 Port C Data Lane 1
|
||||
212,GND,,
|
||||
214,CSI_C_D0+,I,MIPI CSI-2 Port C Data Lane 0
|
||||
216,CSI_C_D0-,I,MIPI CSI-2 Port C Data Lane 0
|
||||
218,GND,,
|
||||
220,TCP1_TXP0,O,TCP1 DP Lane 0/HDMI TMDS Data2
|
||||
222,TCP1_TXN0,O,TCP1 DP Lane 0/HDMI TMDS Data2
|
||||
224,GND,,
|
||||
226,TCP1_TXRXP0,O,TCP1 DP Lane 1/HDMI TMDS Data1
|
||||
228,TCP1_TXRXN0,O,TCP1 DP Lane 1/HDMI TMDS Data1
|
||||
230,GND,,
|
||||
232,TCP1_TXP1,O,TCP1 DP Lane 2/HDMI TMDS Data0
|
||||
234,TCP1_TXN1,O,TCP1 DP Lane 2/HDMI TMDS Data0
|
||||
236,GND,,
|
||||
238,TCP1_TXRXP1,O,TCP1 DP Lane 3/HDMI TMDS Clock
|
||||
240,TCP1_TXRXN1,O,TCP1 DP Lane 3/HDMI TMDS Clock
|
||||
242,GND,,
|
||||
244,TCP1_AUX_P,I/O,TCP1 DP Auxiliary channel
|
||||
246,TCP1_AUX_N,I/O,TCP1 DP Auxiliary channel
|
||||
248,GND,,
|
||||
250,VDC,,Main power input 9~20V
|
||||
252,VDC,,Main power input 9~20V
|
||||
254,VDC,,Main power input 9~20V
|
||||
256,VDC,,Main power input 9~20V
|
||||
258,VDC,,Main power input 9~20V
|
||||
260,VDC,,Main power input 9~20V
|
||||
|
132
Electricals/Pinouts/front.csv
Normal file
132
Electricals/Pinouts/front.csv
Normal file
@@ -0,0 +1,132 @@
|
||||
Number,Name,Type,Description
|
||||
1,PWRBTN#,I,"Power button, with integrated pull-up"
|
||||
3,RSTBTN#,I,"Reset button, with integrated pull-up"
|
||||
5,SLS_S0,O,"Power statue, output high when S0(Working)"
|
||||
7,SLS_S3,O,"Power statue, output high when S0(Working), S3(Sleep)"
|
||||
9,TSENSE,I,NTC temperature sensor input
|
||||
11,GND,,
|
||||
13,HSIO0_TX+,O,"Differential signal output, coupling capacitor required"
|
||||
15,HSIO0_TX-,O,"Differential signal output, coupling capacitor required"
|
||||
17,GND,,
|
||||
19,HSIO1_TX+,O,"Differential signal output, coupling capacitor required"
|
||||
21,HSIO1_TX-,O,"Differential signal output, coupling capacitor required"
|
||||
23,GND,,
|
||||
25,HSIO2_TX+,O,"Differential signal output, coupling capacitor required"
|
||||
27,HSIO2_TX-,O,"Differential signal output, coupling capacitor required"
|
||||
29,GND,,
|
||||
31,HSIO3_TX+,O,"Differential signal output, coupling capacitor required"
|
||||
33,HSIO3_TX-,O,"Differential signal output, coupling capacitor required"
|
||||
35,GND,,
|
||||
37,HSIO8_TX+,O,"Differential signal output, coupling capacitor required"
|
||||
39,HSIO8_TX-,O,"Differential signal output, coupling capacitor required"
|
||||
41,GND,,
|
||||
43,HSIO9_TX+,O,"Differential signal output, coupling capacitor required"
|
||||
45,HSIO9_TX-,O,"Differential signal output, coupling capacitor required"
|
||||
47,GND,,
|
||||
49,HSIO10_TX+,O,"Differential signal output, coupling capacitor required"
|
||||
51,HSIO10_TX-,O,"Differential signal output, coupling capacitor required"
|
||||
53,GND,,
|
||||
55,HSIO11_TX+,O,"Differential signal output, coupling capacitor required"
|
||||
57,HSIO11_TX-,O,"Differential signal output, coupling capacitor required"
|
||||
59,GND,,
|
||||
61,HSIO6_TX+,O,"Differential signal output, coupling capacitor required"
|
||||
63,HSIO6_TX-,O,"Differential signal output, coupling capacitor required"
|
||||
65,GND,,
|
||||
67,USB2_P1-,I/O,USB 2.0 differential signal
|
||||
69,USB2_P1+,I/O,USB 2.0 differential signal
|
||||
71,GND,,
|
||||
73,USB2_P2-,I/O,USB 2.0 differential signal
|
||||
75,USB2_P2+,I/O,USB 2.0 differential signal
|
||||
77,GND,,
|
||||
79,USB2_P3-,I/O,USB 2.0 differential signal
|
||||
81,USB2_P3+,I/O,USB 2.0 differential signal
|
||||
83,GND,,
|
||||
85,REFCLK0+,O,PCIe reference clock
|
||||
87,REFCLK0-,O,PCIe reference clock
|
||||
89,GND,,
|
||||
91,REFCLK1+,O,PCIe reference clock
|
||||
93,REFCLK1-,O,PCIe reference clock
|
||||
95,GND,,
|
||||
97,REFCLK2+,O,PCIe reference clock
|
||||
99,REFCLK2-,O,PCIe reference clock
|
||||
101,GND,,
|
||||
103,WAKE#,I,Wake Mu when pull-down
|
||||
105,PLTRST#,O,Platform reset signal
|
||||
107,GND,,
|
||||
109,USB2_P5-,I/O,USB 2.0 differential signal
|
||||
111,USB2_P5+,I/O,USB 2.0 differential signal
|
||||
113,GND,,
|
||||
115,VBAT,,RTC battery input
|
||||
117,PROCHOT#,I,Overheat protect when pull-down
|
||||
119,GPP_E0,I/O,"GPIO, functions defined by BIOS"
|
||||
121,GPP_A12,I/O,"GPIO, functions defined by BIOS"
|
||||
123,GPP_B14,I/O,"GPIO, functions defined by BIOS"
|
||||
125,GPP_B11,I/O,"GPIO, functions defined by BIOS"
|
||||
127,TPM_IRQ,I,discrete TPM interrupt
|
||||
129,USB_OC#,I,USB over current signal
|
||||
131,SUSCLK,O,32.768kHz clock output
|
||||
133,BIOS_SEL#,I,BIOS select: pull-up: integrated ROM; pull-down: carrier ROM
|
||||
135,GND,,
|
||||
137,UART0_RXD,I,SoC UART0 receiver
|
||||
139,UART0_TXD,O,SoC UART0 transmitter
|
||||
141,UART1_RXD,I,SoC UART1 receiver
|
||||
143,UART1_TXD,O,SoC UART1 transmitter
|
||||
KEY,KEY,KEY,KEY
|
||||
145,SML1_DATA,I/O,SMLink1 data
|
||||
147,SML1_CLK,O,SMLink1 clock
|
||||
149,SML1_ALERT#,I,SMLink1 alert
|
||||
151,GND,,
|
||||
153,SPI_IO3,I/O,"SPI interface, BIOS and dTPM specific"
|
||||
155,SPI_CLK,O,"SPI interface, BIOS and dTPM specific"
|
||||
157,SPI_CS2#,O,"SPI chip select, dTPM specific"
|
||||
159,SPI_MOSI/SPI_IO0,I/O,"SPI interface, BIOS and dTPM specific"
|
||||
161,SPI_IO2,I/O,"SPI interface, BIOS and dTPM specific"
|
||||
163,SPI_MISO/SPI_IO1,I/O,"SPI interface, BIOS and dTPM specific"
|
||||
165,SPI_CS#,O,"SPI chip select, BIOS ROM specific"
|
||||
167,GND,,
|
||||
169,DDIB_DDC_SDA,I/O,DDIB HDMI display data channel data
|
||||
171,DDIB_DDC_SCL,O,DDIB HDMI display data channel clock
|
||||
173,TCP1_DDC_SDA,I/O,TCP1 HDMI display data channel data
|
||||
175,TCP1_DDC_SCL,O,TCP1 HDMI display data channel clock
|
||||
177,TCP0_DDC_SDA,I/O,TCP0 HDMI display data channel data
|
||||
179,TCP0_DDC_SCL,O,TCP0 HDMI display data channel clock
|
||||
181,GND,,
|
||||
183,DDIB_HPD,I,DDIB hot plug detect
|
||||
185,TCP1_HPD,I,TCP1 hot plug detect
|
||||
187,TCP0_HPD,I,TCP0 hot plug detect
|
||||
189,GND,,
|
||||
191,DDIB_AUX-,I/O,DDIB DP Auxiliary channel
|
||||
193,DDIB_AUX+,I/O,DDIB DP Auxiliary channel
|
||||
195,GND,,
|
||||
197,DDIB_TX3-,O,DDIB DP Lane 3/HDMI TMDS Clock
|
||||
199,DDIB_TX3+,O,DDIB DP Lane 3/HDMI TMDS Clock
|
||||
201,GND,,
|
||||
203,DDIB_TX2-,O,DDIB DP Lane 2/HDMI TMDS Data0
|
||||
205,DDIB_TX2+,O,DDIB DP Lane 2/HDMI TMDS Data0
|
||||
207,GND,,
|
||||
209,DDIB_TX1-,O,DDIB DP Lane 1/HDMI TMDS Data1
|
||||
211,DDIB_TX1+,O,DDIB DP Lane 1/HDMI TMDS Data1
|
||||
213,GND,,
|
||||
215,DDIB_TX0-,O,DDIB DP Lane 0/HDMI TMDS Data2
|
||||
217,DDIB_TX0+,O,DDIB DP Lane 0/HDMI TMDS Data2
|
||||
219,GND,,
|
||||
221,TCP0_AUX-,I/O,TCP0 DP Auxiliary channel
|
||||
223,TCP0_AUX+,I/O,TCP0 DP Auxiliary channel
|
||||
225,GND,,
|
||||
227,TCP0_TXRX1-,O,TCP0 DP Lane 3/HDMI TMDS Clock
|
||||
229,TCP0_TXRX1+,O,TCP0 DP Lane 3/HDMI TMDS Clock
|
||||
231,GND,,
|
||||
233,TCP0_TX1-,O,TCP0 DP Lane 2/HDMI TMDS Data0
|
||||
235,TCP0_TX1+,O,TCP0 DP Lane 2/HDMI TMDS Data0
|
||||
237,GND,,
|
||||
239,TCP0_TXRX0-,O,TCP0 DP Lane 1/HDMI TMDS Data1
|
||||
241,TCP0_TXRX0+,O,TCP0 DP Lane 1/HDMI TMDS Data1
|
||||
243,GND,,
|
||||
245,TCP0_TX0-,O,TCP0 DP Lane 0/HDMI TMDS Data2
|
||||
247,TCP0_TX0+,O,TCP0 DP Lane 0/HDMI TMDS Data2
|
||||
249,GND,,
|
||||
251,VIN,,Main power input 9~20V
|
||||
253,VIN,,Main power input 9~20V
|
||||
255,VIN,,Main power input 9~20V
|
||||
257,VIN,,Main power input 9~20V
|
||||
259,VIN,,Main power input 9~20V
|
||||
|
BIN
Electricals/Pinouts/pinout.jpg
Normal file
BIN
Electricals/Pinouts/pinout.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 133 KiB |
@@ -5,3 +5,5 @@
|
||||
- Examples: Sample projects
|
||||
|
||||
- Libraries: Symbol and footprint libraries for LattePanda Mu
|
||||
|
||||
- Pinouts: All pin definitions for LattePanda Mu
|
||||
|
||||
Reference in New Issue
Block a user