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

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/nxp/imx/imx6qdl-prti6q.dtsi

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 ] ~

  1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
  2 /*
  3  * Copyright (c) 2014 Protonic Holland
  4  */
  5 
  6 #include <dt-bindings/gpio/gpio.h>
  7 #include <dt-bindings/input/input.h>
  8 
  9 / {
 10         chosen {
 11                 stdout-path = &uart4;
 12         };
 13 
 14         reg_3v3: regulator-3v3 {
 15                 compatible = "regulator-fixed";
 16                 regulator-name = "3v3";
 17                 regulator-min-microvolt = <3300000>;
 18                 regulator-max-microvolt = <3300000>;
 19         };
 20 
 21         reg_usb_h1_vbus: regulator-h1-vbus {
 22                 compatible = "regulator-fixed";
 23                 regulator-name = "h1-vbus";
 24                 regulator-min-microvolt = <5000000>;
 25                 regulator-max-microvolt = <5000000>;
 26         };
 27 
 28         reg_usb_otg_vbus: regulator-otg-vbus {
 29                 compatible = "regulator-fixed";
 30                 regulator-name = "otg-vbus";
 31                 regulator-min-microvolt = <5000000>;
 32                 regulator-max-microvolt = <5000000>;
 33                 gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>;
 34                 enable-active-high;
 35         };
 36 };
 37 
 38 &can1 {
 39         pinctrl-names = "default";
 40         status = "okay";
 41 };
 42 
 43 &i2c1 {
 44         clock-frequency = <100000>;
 45         pinctrl-names = "default";
 46         pinctrl-0 = <&pinctrl_i2c1>;
 47         status = "okay";
 48 };
 49 
 50 &i2c3 {
 51         clock-frequency = <100000>;
 52         pinctrl-names = "default";
 53         pinctrl-0 = <&pinctrl_i2c3>;
 54         status = "okay";
 55 
 56         temperature-sensor@70 {
 57                 compatible = "ti,tmp103";
 58                 reg = <0x70>;
 59         };
 60 };
 61 
 62 &uart4 {
 63         pinctrl-names = "default";
 64         pinctrl-0 = <&pinctrl_uart4>;
 65         status = "okay";
 66 };
 67 
 68 &usbh1 {
 69         vbus-supply = <&reg_usb_h1_vbus>;
 70         phy_type = "utmi";
 71         dr_mode = "host";
 72         disable-over-current;
 73         status = "okay";
 74 };
 75 
 76 &usbotg {
 77         vbus-supply = <&reg_usb_otg_vbus>;
 78         pinctrl-names = "default";
 79         pinctrl-0 = <&pinctrl_usbotg>;
 80         phy_type = "utmi";
 81         dr_mode = "host";
 82         over-current-active-low;
 83         status = "okay";
 84 };
 85 
 86 &usbphynop1 {
 87         status = "disabled";
 88 };
 89 
 90 &usbphynop2 {
 91         status = "disabled";
 92 };
 93 
 94 &usdhc1 {
 95         pinctrl-names = "default";
 96         pinctrl-0 = <&pinctrl_usdhc1>;
 97         cd-gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
 98         status = "okay";
 99 };
100 
101 &usdhc3 {
102         pinctrl-names = "default";
103         pinctrl-0 = <&pinctrl_usdhc3>;
104         bus-width = <8>;
105         non-removable;
106         no-1-8-v;
107         no-sd;
108         no-sdio;
109         status = "okay";
110 };
111 
112 &iomuxc {
113         pinctrl_can1: can1grp {
114                 fsl,pins = <
115                         MX6QDL_PAD_KEY_ROW2__FLEXCAN1_RX        0x1b008
116                         MX6QDL_PAD_KEY_COL2__FLEXCAN1_TX        0x1b008
117                 >;
118         };
119 
120         pinctrl_i2c1: i2c1grp {
121                 fsl,pins = <
122                         MX6QDL_PAD_CSI0_DAT8__I2C1_SDA          0x4001f8b1
123                         MX6QDL_PAD_CSI0_DAT9__I2C1_SCL          0x4001f8b1
124                 >;
125         };
126 
127         pinctrl_i2c3: i2c3grp {
128                 fsl,pins = <
129                         MX6QDL_PAD_GPIO_5__I2C3_SCL             0x4001b8b1
130                         MX6QDL_PAD_GPIO_6__I2C3_SDA             0x4001b8b1
131                 >;
132         };
133 
134         pinctrl_uart4: uart4grp {
135                 fsl,pins = <
136                         MX6QDL_PAD_KEY_COL0__UART4_TX_DATA      0x1b0b1
137                         MX6QDL_PAD_KEY_ROW0__UART4_RX_DATA      0x1b0b1
138                 >;
139         };
140 
141         pinctrl_usdhc1: usdhc1grp {
142                 fsl,pins = <
143                         MX6QDL_PAD_SD1_CMD__SD1_CMD             0x170f9
144                         MX6QDL_PAD_SD1_CLK__SD1_CLK             0x100f9
145                         MX6QDL_PAD_SD1_DAT0__SD1_DATA0          0x170f9
146                         MX6QDL_PAD_SD1_DAT1__SD1_DATA1          0x170f9
147                         MX6QDL_PAD_SD1_DAT2__SD1_DATA2          0x170f9
148                         MX6QDL_PAD_SD1_DAT3__SD1_DATA3          0x170f9
149                         MX6QDL_PAD_GPIO_1__GPIO1_IO01           0x1b0b0
150                 >;
151         };
152 
153         pinctrl_usdhc3: usdhc3grp {
154                 fsl,pins = <
155                         MX6QDL_PAD_SD3_CMD__SD3_CMD             0x17099
156                         MX6QDL_PAD_SD3_CLK__SD3_CLK             0x10099
157                         MX6QDL_PAD_SD3_DAT0__SD3_DATA0          0x17099
158                         MX6QDL_PAD_SD3_DAT1__SD3_DATA1          0x17099
159                         MX6QDL_PAD_SD3_DAT2__SD3_DATA2          0x17099
160                         MX6QDL_PAD_SD3_DAT3__SD3_DATA3          0x17099
161                         MX6QDL_PAD_SD3_DAT4__SD3_DATA4          0x17099
162                         MX6QDL_PAD_SD3_DAT5__SD3_DATA5          0x17099
163                         MX6QDL_PAD_SD3_DAT6__SD3_DATA6          0x17099
164                         MX6QDL_PAD_SD3_DAT7__SD3_DATA7          0x17099
165                         MX6QDL_PAD_SD3_RST__SD3_RESET           0x1b0b1
166                 >;
167         };
168 
169         pinctrl_usbotg: usbotggrp {
170                 fsl,pins = <
171                         MX6QDL_PAD_EIM_D21__USB_OTG_OC  0x1b0b0
172                         MX6QDL_PAD_EIM_D22__GPIO3_IO22  0x1b0b0
173                 >;
174         };
175 };

~ [ 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