~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/freescale/imx8mp-dhcom-pdk3.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/freescale/imx8mp-dhcom-pdk3.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/freescale/imx8mp-dhcom-pdk3.dts (Version linux-6.8.12)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Copyright (C) 2023 Marek Vasut <marex@denx.d      3  * Copyright (C) 2023 Marek Vasut <marex@denx.de>
  4  *                                                  4  *
  5  * DHCOM iMX8MP variant:                            5  * DHCOM iMX8MP variant:
  6  * DHCM-iMX8ML8-C160-R409-F1638-SPI16-GE-CAN2-      6  * DHCM-iMX8ML8-C160-R409-F1638-SPI16-GE-CAN2-SD-RTC-WBTA-ADC-T-RGB-CSI2-HS-I-01D2
  7  * DHCOM PCB number: 660-100 or newer               7  * DHCOM PCB number: 660-100 or newer
  8  * PDK3 PCB number: 669-100 or newer                8  * PDK3 PCB number: 669-100 or newer
  9  */                                                 9  */
 10                                                    10 
 11 /dts-v1/;                                          11 /dts-v1/;
 12                                                    12 
 13 #include <dt-bindings/leds/common.h>               13 #include <dt-bindings/leds/common.h>
 14 #include <dt-bindings/phy/phy-imx8-pcie.h>         14 #include <dt-bindings/phy/phy-imx8-pcie.h>
 15 #include "imx8mp-dhcom-som.dtsi"                   15 #include "imx8mp-dhcom-som.dtsi"
 16                                                    16 
 17 / {                                                17 / {
 18         model = "DH electronics i.MX8M Plus DH     18         model = "DH electronics i.MX8M Plus DHCOM Premium Developer Kit (3)";
 19         compatible = "dh,imx8mp-dhcom-pdk3", "     19         compatible = "dh,imx8mp-dhcom-pdk3", "dh,imx8mp-dhcom-som",
 20                      "fsl,imx8mp";                 20                      "fsl,imx8mp";
 21                                                    21 
 22         chosen {                                   22         chosen {
 23                 stdout-path = &uart1;              23                 stdout-path = &uart1;
 24         };                                         24         };
 25                                                    25 
 26         clk_ext_audio_codec: clock-codec {         26         clk_ext_audio_codec: clock-codec {
 27                 compatible = "fixed-clock";        27                 compatible = "fixed-clock";
 28                 #clock-cells = <0>;                28                 #clock-cells = <0>;
 29                 clock-frequency = <24000000>;      29                 clock-frequency = <24000000>;
 30         };                                         30         };
 31                                                    31 
 32         clk_xtal25: clock-xtal25 {                 32         clk_xtal25: clock-xtal25 {
 33                 compatible = "fixed-clock";        33                 compatible = "fixed-clock";
 34                 #clock-cells = <0>;                34                 #clock-cells = <0>;
 35                 clock-frequency = <25000000>;      35                 clock-frequency = <25000000>;
 36         };                                         36         };
 37                                                    37 
 38         gpio-keys {                                38         gpio-keys {
 39                 compatible = "gpio-keys";          39                 compatible = "gpio-keys";
 40                                                    40 
 41                 button-0 {                         41                 button-0 {
 42                         gpios = <&gpio1 9 GPIO     42                         gpios = <&gpio1 9 GPIO_ACTIVE_LOW>; /* GPIO A */
 43                         label = "TA1-GPIO-A";      43                         label = "TA1-GPIO-A";
 44                         linux,code = <KEY_A>;      44                         linux,code = <KEY_A>;
 45                         pinctrl-0 = <&pinctrl_     45                         pinctrl-0 = <&pinctrl_dhcom_a>;
 46                         pinctrl-names = "defau     46                         pinctrl-names = "default";
 47                         wakeup-source;             47                         wakeup-source;
 48                 };                                 48                 };
 49                                                    49 
 50                 button-1 {                         50                 button-1 {
 51                         gpios = <&gpio1 8 GPIO     51                         gpios = <&gpio1 8 GPIO_ACTIVE_LOW>; /* GPIO B */
 52                         label = "TA2-GPIO-B";      52                         label = "TA2-GPIO-B";
 53                         linux,code = <KEY_B>;      53                         linux,code = <KEY_B>;
 54                         pinctrl-0 = <&pinctrl_     54                         pinctrl-0 = <&pinctrl_dhcom_b>;
 55                         pinctrl-names = "defau     55                         pinctrl-names = "default";
 56                         wakeup-source;             56                         wakeup-source;
 57                 };                                 57                 };
 58                                                    58 
 59                 button-2 {                         59                 button-2 {
 60                         gpios = <&gpio5 2 GPIO     60                         gpios = <&gpio5 2 GPIO_ACTIVE_LOW>; /* GPIO C */
 61                         label = "TA3-GPIO-C";      61                         label = "TA3-GPIO-C";
 62                         linux,code = <KEY_C>;      62                         linux,code = <KEY_C>;
 63                         pinctrl-0 = <&pinctrl_     63                         pinctrl-0 = <&pinctrl_dhcom_c>;
 64                         pinctrl-names = "defau     64                         pinctrl-names = "default";
 65                         wakeup-source;             65                         wakeup-source;
 66                 };                                 66                 };
 67                                                    67 
 68                 button-3 {                         68                 button-3 {
 69                         gpios = <&gpio5 22 GPI     69                         gpios = <&gpio5 22 GPIO_ACTIVE_LOW>; /* GPIO E */
 70                         label = "TA4-GPIO-E";      70                         label = "TA4-GPIO-E";
 71                         linux,code = <KEY_E>;      71                         linux,code = <KEY_E>;
 72                         pinctrl-0 = <&pinctrl_     72                         pinctrl-0 = <&pinctrl_dhcom_e>;
 73                         pinctrl-names = "defau     73                         pinctrl-names = "default";
 74                         wakeup-source;             74                         wakeup-source;
 75                 };                                 75                 };
 76         };                                         76         };
 77                                                    77 
 78         hdmi-connector {                       << 
 79                 compatible = "hdmi-connector"; << 
 80                 label = "X28";                 << 
 81                 type = "a";                    << 
 82                                                << 
 83                 port {                         << 
 84                         hdmi_connector_in: end << 
 85                                 remote-endpoin << 
 86                         };                     << 
 87                 };                             << 
 88         };                                     << 
 89                                                << 
 90         led {                                      78         led {
 91                 compatible = "gpio-leds";          79                 compatible = "gpio-leds";
 92                                                    80 
 93                 led-0 {                            81                 led-0 {
 94                         color = <LED_COLOR_ID_     82                         color = <LED_COLOR_ID_GREEN>;
 95                         default-state = "off";     83                         default-state = "off";
 96                         function = LED_FUNCTIO     84                         function = LED_FUNCTION_INDICATOR;
 97                         function-enumerator =      85                         function-enumerator = <0>;
 98                         gpios = <&gpio4 27 GPI     86                         gpios = <&gpio4 27 GPIO_ACTIVE_HIGH>; /* GPIO D */
 99                         pinctrl-0 = <&pinctrl_     87                         pinctrl-0 = <&pinctrl_dhcom_d>;
100                         pinctrl-names = "defau     88                         pinctrl-names = "default";
101                 };                                 89                 };
102                                                    90 
103                 led-1 {                            91                 led-1 {
104                         color = <LED_COLOR_ID_     92                         color = <LED_COLOR_ID_GREEN>;
105                         default-state = "off";     93                         default-state = "off";
106                         function = LED_FUNCTIO     94                         function = LED_FUNCTION_INDICATOR;
107                         function-enumerator =      95                         function-enumerator = <1>;
108                         gpios = <&gpio5 23 GPI     96                         gpios = <&gpio5 23 GPIO_ACTIVE_HIGH>; /* GPIO F */
109                         pinctrl-0 = <&pinctrl_     97                         pinctrl-0 = <&pinctrl_dhcom_f>;
110                         pinctrl-names = "defau     98                         pinctrl-names = "default";
111                 };                                 99                 };
112                                                   100 
113                 led-2 {                           101                 led-2 {
114                         color = <LED_COLOR_ID_    102                         color = <LED_COLOR_ID_GREEN>;
115                         default-state = "off";    103                         default-state = "off";
116                         function = LED_FUNCTIO    104                         function = LED_FUNCTION_INDICATOR;
117                         function-enumerator =     105                         function-enumerator = <2>;
118                         gpios = <&gpio1 0 GPIO    106                         gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>; /* GPIO G */
119                         pinctrl-0 = <&pinctrl_    107                         pinctrl-0 = <&pinctrl_dhcom_g>;
120                         pinctrl-names = "defau    108                         pinctrl-names = "default";
121                 };                                109                 };
122                                                   110 
123                 led-3 {                           111                 led-3 {
124                         color = <LED_COLOR_ID_    112                         color = <LED_COLOR_ID_GREEN>;
125                         default-state = "off";    113                         default-state = "off";
126                         function = LED_FUNCTIO    114                         function = LED_FUNCTION_INDICATOR;
127                         function-enumerator =     115                         function-enumerator = <3>;
128                         gpios = <&gpio1 5 GPIO    116                         gpios = <&gpio1 5 GPIO_ACTIVE_HIGH>; /* GPIO I */
129                         pinctrl-0 = <&pinctrl_    117                         pinctrl-0 = <&pinctrl_dhcom_i>;
130                         pinctrl-names = "defau    118                         pinctrl-names = "default";
131                 };                                119                 };
132         };                                        120         };
133                                                   121 
134         reg_3p3vdd: regulator-3p3vdd {  /* 3.3    122         reg_3p3vdd: regulator-3p3vdd {  /* 3.3VDD */
135                 compatible = "regulator-fixed"    123                 compatible = "regulator-fixed";
136                 regulator-always-on;              124                 regulator-always-on;
137                 regulator-min-microvolt = <330    125                 regulator-min-microvolt = <3300000>;
138                 regulator-max-microvolt = <330    126                 regulator-max-microvolt = <3300000>;
139                 regulator-name = "3P3VDD";        127                 regulator-name = "3P3VDD";
140         };                                        128         };
141                                                   129 
142         sound {                                   130         sound {
143                 compatible = "simple-audio-car    131                 compatible = "simple-audio-card";
144                 simple-audio-card,name = "SGTL    132                 simple-audio-card,name = "SGTL5000-Card";
145                 simple-audio-card,format = "i2    133                 simple-audio-card,format = "i2s";
146                 simple-audio-card,bitclock-mas    134                 simple-audio-card,bitclock-master = <&codec_dai>;
147                 simple-audio-card,frame-master    135                 simple-audio-card,frame-master = <&codec_dai>;
148                 simple-audio-card,widgets = "H    136                 simple-audio-card,widgets = "Headphone", "Headphone Jack";
149                 simple-audio-card,routing = "H    137                 simple-audio-card,routing = "Headphone Jack", "HP_OUT";
150                                                   138 
151                 cpu_dai: simple-audio-card,cpu    139                 cpu_dai: simple-audio-card,cpu {
152                         sound-dai = <&sai3>;      140                         sound-dai = <&sai3>;
153                 };                                141                 };
154                                                   142 
155                 codec_dai: simple-audio-card,c    143                 codec_dai: simple-audio-card,codec {
156                         sound-dai = <&sgtl5000    144                         sound-dai = <&sgtl5000>;
157                 };                                145                 };
158         };                                        146         };
159 };                                                147 };
160                                                   148 
161 &i2c5 {                                           149 &i2c5 {
162         i2c-mux@70 {                              150         i2c-mux@70 {
163                 compatible = "nxp,pca9540";       151                 compatible = "nxp,pca9540";
164                 reg = <0x70>;                     152                 reg = <0x70>;
165                 #address-cells = <1>;             153                 #address-cells = <1>;
166                 #size-cells = <0>;                154                 #size-cells = <0>;
167                                                   155 
168                 i2cmuxed0: i2c@0 {                156                 i2cmuxed0: i2c@0 {
169                         #address-cells = <1>;     157                         #address-cells = <1>;
170                         #size-cells = <0>;        158                         #size-cells = <0>;
171                         reg = <0>;                159                         reg = <0>;
172                                                   160 
173                         sgtl5000: codec@a {       161                         sgtl5000: codec@a {
174                                 compatible = "    162                                 compatible = "fsl,sgtl5000";
175                                 reg = <0x0a>;     163                                 reg = <0x0a>;
176                                 #sound-dai-cel    164                                 #sound-dai-cells = <0>;
177                                 clocks = <&clk    165                                 clocks = <&clk_ext_audio_codec>;
178                                 VDDA-supply =     166                                 VDDA-supply = <&reg_3p3vdd>;
179                                 VDDIO-supply =    167                                 VDDIO-supply = <&reg_vdd_3p3v_awo>;
180                         };                        168                         };
181                                                   169 
182                         csi2exp: gpio@24 {     << 
183                                 compatible = " << 
184                                 reg = <0x24>;  << 
185                                 gpio-controlle << 
186                                 #gpio-cells =  << 
187                                 gpio-line-name << 
188                                         "CSI2_ << 
189                                         "CSI_# << 
190                         };                     << 
191                                                << 
192                         typec@3d {                170                         typec@3d {
193                                 compatible = "    171                                 compatible = "nxp,ptn5150";
194                                 reg = <0x3d>;     172                                 reg = <0x3d>;
195                                 interrupt-pare    173                                 interrupt-parent = <&gpio4>;
196                                 interrupts = <    174                                 interrupts = <25 IRQ_TYPE_EDGE_FALLING>;
197                                 pinctrl-names     175                                 pinctrl-names = "default";
198                                 pinctrl-0 = <&    176                                 pinctrl-0 = <&pinctrl_ptn5150>;
199                                                   177 
200                                 port {            178                                 port {
201                                                   179 
202                                         ptn515    180                                         ptn5150_out_ep: endpoint {
203                                                   181                                                 remote-endpoint = <&dwc3_0_ep>;
204                                         };        182                                         };
205                                 };                183                                 };
206                         };                        184                         };
207                                                   185 
208                         power-sensor@40 {         186                         power-sensor@40 {
209                                 compatible = "    187                                 compatible = "ti,ina238";
210                                 reg = <0x40>;     188                                 reg = <0x40>;
211                                 shunt-resistor    189                                 shunt-resistor = <20000>;       /* 0.02 R */
212                                 ti,shunt-gain     190                                 ti,shunt-gain = <1>;    /* Drop cca. 40mV */
213                         };                        191                         };
214                                                   192 
215                         eeprom_board: eeprom@5    193                         eeprom_board: eeprom@54 {
216                                 compatible = "    194                                 compatible = "atmel,24c04";
217                                 pagesize = <16    195                                 pagesize = <16>;
218                                 reg = <0x54>;     196                                 reg = <0x54>;
219                         };                        197                         };
220                                                   198 
221                         pcieclk: clock@6b {       199                         pcieclk: clock@6b {
222                                 compatible = "    200                                 compatible = "skyworks,si52144";
223                                 reg = <0x6b>;     201                                 reg = <0x6b>;
224                                 clocks = <&clk    202                                 clocks = <&clk_xtal25>;
225                                 #clock-cells =    203                                 #clock-cells = <1>;
226                         };                        204                         };
227                 };                                205                 };
228                                                   206 
229                 i2cmuxed1: i2c@1 {      /* HDM    207                 i2cmuxed1: i2c@1 {      /* HDMI DDC I2C */
230                         #address-cells = <1>;     208                         #address-cells = <1>;
231                         #size-cells = <0>;        209                         #size-cells = <0>;
232                         reg = <1>;                210                         reg = <1>;
233                 };                                211                 };
234         };                                        212         };
235 };                                                213 };
236                                                   214 
237 &fec {  /* Second ethernet */                     215 &fec {  /* Second ethernet */
238         pinctrl-0 = <&pinctrl_fec_rgmii>;         216         pinctrl-0 = <&pinctrl_fec_rgmii>;
239         phy-handle = <&ethphypdk>;                217         phy-handle = <&ethphypdk>;
240         phy-mode = "rgmii-id";                    218         phy-mode = "rgmii-id";
241                                                   219 
242         mdio {                                    220         mdio {
243                 ethphypdk: ethernet-phy@7 { /*    221                 ethphypdk: ethernet-phy@7 { /* Micrel KSZ9131RNXI */
244                         compatible = "ethernet    222                         compatible = "ethernet-phy-id0022.1642",
245                                      "ethernet    223                                      "ethernet-phy-ieee802.3-c22";
246                         interrupt-parent = <&g    224                         interrupt-parent = <&gpio4>;
247                         interrupts = <3 IRQ_TY    225                         interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
248                         pinctrl-0 = <&pinctrl_    226                         pinctrl-0 = <&pinctrl_ethphy1>;
249                         pinctrl-names = "defau    227                         pinctrl-names = "default";
250                         reg = <7>;                228                         reg = <7>;
251                         reset-assert-us = <100    229                         reset-assert-us = <1000>;
252                         /* RESET_N signal rise    230                         /* RESET_N signal rise time ~100ms */
253                         reset-deassert-us = <1    231                         reset-deassert-us = <120000>;
254                         reset-gpios = <&gpio4     232                         reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;
255                 };                                233                 };
256         };                                        234         };
257 };                                                235 };
258                                                   236 
259 &flexcan1 {                                       237 &flexcan1 {
260         status = "okay";                       << 
261 };                                             << 
262                                                << 
263 &hdmi_pvi {                                    << 
264         status = "okay";                       << 
265 };                                             << 
266                                                << 
267 &hdmi_tx {                                     << 
268         ddc-i2c-bus = <&i2cmuxed1>;            << 
269         pinctrl-names = "default";             << 
270         pinctrl-0 = <&pinctrl_hdmi>;           << 
271         status = "okay";                       << 
272                                                << 
273         ports {                                << 
274                 port@1 {                       << 
275                         hdmi_tx_out: endpoint  << 
276                                 remote-endpoin << 
277                         };                     << 
278                 };                             << 
279         };                                     << 
280 };                                             << 
281                                                << 
282 &hdmi_tx_phy {                                 << 
283         status = "okay";                       << 
284 };                                             << 
285                                                << 
286 &lcdif3 {                                      << 
287         status = "okay";                          238         status = "okay";
288 };                                                239 };
289                                                   240 
290 &pcie_phy {                                       241 &pcie_phy {
291         clocks = <&pcieclk 1>;                    242         clocks = <&pcieclk 1>;
292         clock-names = "ref";                      243         clock-names = "ref";
293         fsl,refclk-pad-mode = <IMX8_PCIE_REFCL    244         fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>;
294         status = "okay";                          245         status = "okay";
295 };                                                246 };
296                                                   247 
297 &pcie {                                           248 &pcie {
298         fsl,max-link-speed = <3>;                 249         fsl,max-link-speed = <3>;
299         reset-gpio = <&gpio1 6 GPIO_ACTIVE_LOW    250         reset-gpio = <&gpio1 6 GPIO_ACTIVE_LOW>;
300         status = "okay";                          251         status = "okay";
301 };                                                252 };
302                                                   253 
303 &sai3 {                                           254 &sai3 {
304         pinctrl-names = "default";                255         pinctrl-names = "default";
305         pinctrl-0 = <&pinctrl_sai3>;              256         pinctrl-0 = <&pinctrl_sai3>;
306         assigned-clocks = <&clk IMX8MP_CLK_SAI    257         assigned-clocks = <&clk IMX8MP_CLK_SAI3>;
307         assigned-clock-parents = <&clk IMX8MP_    258         assigned-clock-parents = <&clk IMX8MP_AUDIO_PLL1_OUT>;
308         assigned-clock-rates = <12288000>;        259         assigned-clock-rates = <12288000>;
309         fsl,sai-mclk-direction-output;            260         fsl,sai-mclk-direction-output;
310         status = "okay";                          261         status = "okay";
311 };                                                262 };
312                                                   263 
313 &usb_dwc3_0 {                                     264 &usb_dwc3_0 {
314         usb-role-switch;                          265         usb-role-switch;
315                                                   266 
316         port {                                    267         port {
317                 dwc3_0_ep: endpoint {             268                 dwc3_0_ep: endpoint {
318                         remote-endpoint = <&pt    269                         remote-endpoint = <&ptn5150_out_ep>;
319                 };                                270                 };
320         };                                        271         };
321 };                                                272 };
322                                                   273 
323 &usb3_1 {                                         274 &usb3_1 {
324         fsl,disable-port-power-control;           275         fsl,disable-port-power-control;
325         fsl,permanently-attached;                 276         fsl,permanently-attached;
326 };                                                277 };
327                                                   278 
328 &usb_dwc3_1 {                                     279 &usb_dwc3_1 {
329         /* This port has USB5734 Hub connected    280         /* This port has USB5734 Hub connected to it, PWR/OC pins are unused */
330         /delete-property/ pinctrl-names;          281         /delete-property/ pinctrl-names;
331         /delete-property/ pinctrl-0;              282         /delete-property/ pinctrl-0;
332 };                                                283 };
333                                                   284 
334 &iomuxc {                                         285 &iomuxc {
335         /*                                        286         /*
336          * GPIO_A,B,C,E are connected to butto    287          * GPIO_A,B,C,E are connected to buttons.
337          * GPIO_D,F,G,I are connected to LEDs.    288          * GPIO_D,F,G,I are connected to LEDs.
338          * GPIO_H is connected to USB Hub RESE    289          * GPIO_H is connected to USB Hub RESET_N.
339          * GPIO_M is connected to CLKOUT2.        290          * GPIO_M is connected to CLKOUT2.
340          */                                       291          */
341         pinctrl-0 = <&pinctrl_hog_base            292         pinctrl-0 = <&pinctrl_hog_base
342                      &pinctrl_dhcom_h &pinctrl    293                      &pinctrl_dhcom_h &pinctrl_dhcom_j &pinctrl_dhcom_k
343                      &pinctrl_dhcom_l             294                      &pinctrl_dhcom_l
344                      &pinctrl_dhcom_int>;         295                      &pinctrl_dhcom_int>;
345                                                   296 
346         pinctrl_ptn5150: ptn5150grp {             297         pinctrl_ptn5150: ptn5150grp {
347                 fsl,pins = <                      298                 fsl,pins = <
348                         MX8MP_IOMUXC_SAI2_TXC_    299                         MX8MP_IOMUXC_SAI2_TXC__GPIO4_IO25               0x40000000
349                 >;                                300                 >;
350         };                                        301         };
351 };                                                302 };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php