Skip to content

Commit 61faa14

Browse files
dts: mt-connect: add gpio line names (nxp-imx#11)
1 parent 96a57de commit 61faa14

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

arch/arm64/boot/dts/freescale/mt-connect.dts

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,41 @@
278278

279279
};
280280

281+
&gpio1 {
282+
gpio-line-names = "", "DPM_COPRO_EN", "", "", "", "", "ETH_GB_SEL", "",
283+
"LED1_GREEN", "LED2_GREEN", "LED3_GREEN", "LED4_DUAL_YELLOW", "LED5_DUAL_RED", "LED4_DUAL_GREEN", "LED5_DUAL_GREEN", "",
284+
"", "", "", "", "", "", "", "",
285+
"", "", "", "", "", "", "", "";
286+
};
287+
288+
&gpio2 {
289+
gpio-line-names = "", "", "", "", "", "", "", "",
290+
"", "", "", "", "", "", "", "",
291+
"", "", "", "", "", "", "", "",
292+
"", "", "", "", "", "", "", "";
293+
};
294+
295+
&gpio3 {
296+
gpio-line-names = "", "", "", "", "", "", "", "",
297+
"", "", "", "", "", "", "", "",
298+
"", "", "", "", "", "", "", "",
299+
"", "", "", "", "", "", "", "";
300+
};
301+
302+
&gpio4 {
303+
gpio-line-names = "", "", "BRIDGE_RXD0", "BRIDGE_RXD1", "S_BRIDGE_RXD2", "S_BRIDGE_RXD3", "", "",
304+
"", "", "BRIDGE_LRCLK", "BRIDGE_BCLK", "BRIDGE_TXD0", "BRIDGE_TXD1", "S_BRIDGE_TXD2", "S_BRIDGE_TXD3",
305+
"", "", "", "", "", "", "", "",
306+
"", "", "", "", "HP_DAC_PDN_N", "SPI2_INT", "HP_DAC_I2CFIL", "DPM_HP_DAC_LRCK";
307+
};
308+
309+
&gpio5 {
310+
gpio-line-names = "DPM_HP_DAC_BCLK", "DPM_HP_DAC_SD", "DPM_HP_DAC_MCLK", "", "", "PWM_MEMBRANE", "", "",
311+
"", "", "SPI2_SCK", "SPI2_MOSI", "SPI2_MISO", "SPI2_NSS", "", "",
312+
"DPM_I2C2_SCL", "DPM_I2C2_SDA", "", "", "DPM_I2C4_SCL", "DPM_I2C4_SDA", "", "",
313+
"DPM_CONSOLE_RX", "DPM_CONSOLE_TX", "DPM_DEBUG_RX", "DPM_DEBUG_TX", "", "", "", "";
314+
};
315+
281316
&i2c4 {
282317
clock-frequency = <100000>;
283318
pinctrl-names = "default", "gpio";

0 commit comments

Comments
 (0)