xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/imx6q-novena.dts (revision 7d0873ebb83b19ba1e8a89e679470d885efe12e3)
1f126890aSEmmanuel Vadot/*
2f126890aSEmmanuel Vadot * Copyright 2015 Sutajio Ko-Usagi PTE LTD
3f126890aSEmmanuel Vadot *
4f126890aSEmmanuel Vadot * This file is dual-licensed: you can use it either under the terms
5f126890aSEmmanuel Vadot * of the GPL or the X11 license, at your option. Note that this dual
6f126890aSEmmanuel Vadot * licensing only applies to this file, and not this project as a
7f126890aSEmmanuel Vadot * whole.
8f126890aSEmmanuel Vadot *
9f126890aSEmmanuel Vadot *  a) This file is free software; you can redistribute it and/or
10f126890aSEmmanuel Vadot *     modify it under the terms of the GNU General Public License as
11f126890aSEmmanuel Vadot *     published by the Free Software Foundation; either version 2 of
12f126890aSEmmanuel Vadot *     the License, or (at your option) any later version.
13f126890aSEmmanuel Vadot *
14f126890aSEmmanuel Vadot *     This file is distributed in the hope that it will be useful,
15f126890aSEmmanuel Vadot *     but WITHOUT ANY WARRANTY; without even the implied warranty of
16f126890aSEmmanuel Vadot *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17f126890aSEmmanuel Vadot *     GNU General Public License for more details.
18f126890aSEmmanuel Vadot *
19f126890aSEmmanuel Vadot *     You should have received a copy of the GNU General Public
20f126890aSEmmanuel Vadot *     License along with this file; if not, write to the Free
21f126890aSEmmanuel Vadot *     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
22f126890aSEmmanuel Vadot *     MA 02110-1301 USA
23f126890aSEmmanuel Vadot *
24f126890aSEmmanuel Vadot * Or, alternatively,
25f126890aSEmmanuel Vadot *
26f126890aSEmmanuel Vadot *  b) Permission is hereby granted, free of charge, to any person
27f126890aSEmmanuel Vadot *     obtaining a copy of this software and associated documentation
28f126890aSEmmanuel Vadot *     files (the "Software"), to deal in the Software without
29f126890aSEmmanuel Vadot *     restriction, including without limitation the rights to use,
30f126890aSEmmanuel Vadot *     copy, modify, merge, publish, distribute, sublicense, and/or
31f126890aSEmmanuel Vadot *     sell copies of the Software, and to permit persons to whom the
32f126890aSEmmanuel Vadot *     Software is furnished to do so, subject to the following
33f126890aSEmmanuel Vadot *     conditions:
34f126890aSEmmanuel Vadot *
35f126890aSEmmanuel Vadot *     The above copyright notice and this permission notice shall be
36f126890aSEmmanuel Vadot *     included in all copies or substantial portions of the Software.
37f126890aSEmmanuel Vadot *
38f126890aSEmmanuel Vadot *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
39f126890aSEmmanuel Vadot *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
40f126890aSEmmanuel Vadot *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
41f126890aSEmmanuel Vadot *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
42f126890aSEmmanuel Vadot *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
43f126890aSEmmanuel Vadot *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
44f126890aSEmmanuel Vadot *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
45f126890aSEmmanuel Vadot *     OTHER DEALINGS IN THE SOFTWARE.
46f126890aSEmmanuel Vadot *
47f126890aSEmmanuel Vadot */
48f126890aSEmmanuel Vadot
49f126890aSEmmanuel Vadot/dts-v1/;
50f126890aSEmmanuel Vadot#include "imx6q.dtsi"
51f126890aSEmmanuel Vadot#include <dt-bindings/gpio/gpio.h>
52f126890aSEmmanuel Vadot#include <dt-bindings/input/input.h>
53f126890aSEmmanuel Vadot
54f126890aSEmmanuel Vadot/ {
55f126890aSEmmanuel Vadot	model = "Kosagi Novena Dual/Quad";
56f126890aSEmmanuel Vadot	compatible = "kosagi,imx6q-novena", "fsl,imx6q";
57f126890aSEmmanuel Vadot
58f126890aSEmmanuel Vadot	/* Will be filled by the bootloader */
59f126890aSEmmanuel Vadot	memory@10000000 {
60f126890aSEmmanuel Vadot		device_type = "memory";
61f126890aSEmmanuel Vadot		reg = <0x10000000 0>;
62f126890aSEmmanuel Vadot	};
63f126890aSEmmanuel Vadot
64f126890aSEmmanuel Vadot	chosen {
65f126890aSEmmanuel Vadot		stdout-path = &uart2;
66f126890aSEmmanuel Vadot	};
67f126890aSEmmanuel Vadot
68f126890aSEmmanuel Vadot	backlight: backlight {
69f126890aSEmmanuel Vadot		compatible = "pwm-backlight";
70*7d0873ebSEmmanuel Vadot		pwms = <&pwm1 0 10000000 0>;
71f126890aSEmmanuel Vadot		pinctrl-names = "default";
72f126890aSEmmanuel Vadot		pinctrl-0 = <&pinctrl_backlight_novena>;
73f126890aSEmmanuel Vadot		power-supply = <&reg_lvds_lcd>;
74f126890aSEmmanuel Vadot		brightness-levels = <0 3 6 12 16 24 32 48 64 96 128 192 255>;
75f126890aSEmmanuel Vadot		default-brightness-level = <12>;
76f126890aSEmmanuel Vadot	};
77f126890aSEmmanuel Vadot
78f126890aSEmmanuel Vadot	gpio-keys {
79f126890aSEmmanuel Vadot		compatible = "gpio-keys";
80f126890aSEmmanuel Vadot		pinctrl-names = "default";
81f126890aSEmmanuel Vadot		pinctrl-0 = <&pinctrl_gpio_keys_novena>;
82f126890aSEmmanuel Vadot
83f126890aSEmmanuel Vadot		user-button {
84f126890aSEmmanuel Vadot			label = "User Button";
85f126890aSEmmanuel Vadot			gpios = <&gpio4 14 GPIO_ACTIVE_LOW>;
86f126890aSEmmanuel Vadot			linux,code = <KEY_POWER>;
87f126890aSEmmanuel Vadot		};
88f126890aSEmmanuel Vadot
89f126890aSEmmanuel Vadot		lid-event {
90f126890aSEmmanuel Vadot			label = "Lid";
91f126890aSEmmanuel Vadot			gpios = <&gpio4 12 GPIO_ACTIVE_LOW>;
92f126890aSEmmanuel Vadot			linux,input-type = <5>;	/* EV_SW */
93f126890aSEmmanuel Vadot			linux,code = <0>;	/* SW_LID */
94f126890aSEmmanuel Vadot		};
95f126890aSEmmanuel Vadot	};
96f126890aSEmmanuel Vadot
97f126890aSEmmanuel Vadot	leds {
98f126890aSEmmanuel Vadot		compatible = "gpio-leds";
99f126890aSEmmanuel Vadot		pinctrl-names = "default";
100f126890aSEmmanuel Vadot		pinctrl-0 = <&pinctrl_leds_novena>;
101f126890aSEmmanuel Vadot
102f126890aSEmmanuel Vadot		led-heartbeat {
103f126890aSEmmanuel Vadot			label = "novena:white:panel";
104f126890aSEmmanuel Vadot			gpios = <&gpio1 21 GPIO_ACTIVE_HIGH>;
105f126890aSEmmanuel Vadot			linux,default-trigger = "default-on";
106f126890aSEmmanuel Vadot		};
107f126890aSEmmanuel Vadot	};
108f126890aSEmmanuel Vadot
109f126890aSEmmanuel Vadot	panel: panel {
110f126890aSEmmanuel Vadot		compatible = "innolux,n133hse-ea1";
111f126890aSEmmanuel Vadot		backlight = <&backlight>;
112f126890aSEmmanuel Vadot	};
113f126890aSEmmanuel Vadot
114f126890aSEmmanuel Vadot	reg_2p5v: regulator-2p5v {
115f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
116f126890aSEmmanuel Vadot		regulator-name = "2P5V";
117f126890aSEmmanuel Vadot		regulator-min-microvolt = <2500000>;
118f126890aSEmmanuel Vadot		regulator-max-microvolt = <2500000>;
119f126890aSEmmanuel Vadot		regulator-always-on;
120f126890aSEmmanuel Vadot	};
121f126890aSEmmanuel Vadot
122f126890aSEmmanuel Vadot	reg_3p3v: regulator-3p3v {
123f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
124f126890aSEmmanuel Vadot		regulator-name = "3P3V";
125f126890aSEmmanuel Vadot		regulator-min-microvolt = <3300000>;
126f126890aSEmmanuel Vadot		regulator-max-microvolt = <3300000>;
127f126890aSEmmanuel Vadot		regulator-always-on;
128f126890aSEmmanuel Vadot	};
129f126890aSEmmanuel Vadot
130f126890aSEmmanuel Vadot	reg_audio_codec: regulator-audio-codec {
131f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
132f126890aSEmmanuel Vadot		regulator-name = "es8328-power";
133f126890aSEmmanuel Vadot		regulator-boot-on;
134f126890aSEmmanuel Vadot		regulator-min-microvolt = <5000000>;
135f126890aSEmmanuel Vadot		regulator-max-microvolt = <5000000>;
136f126890aSEmmanuel Vadot		startup-delay-us = <400000>;
137f126890aSEmmanuel Vadot		gpio = <&gpio5 17 GPIO_ACTIVE_HIGH>;
138f126890aSEmmanuel Vadot		enable-active-high;
139f126890aSEmmanuel Vadot	};
140f126890aSEmmanuel Vadot
141f126890aSEmmanuel Vadot	reg_display: regulator-display {
142f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
143f126890aSEmmanuel Vadot		regulator-name = "lcd-display-power";
144f126890aSEmmanuel Vadot		regulator-min-microvolt = <3300000>;
145f126890aSEmmanuel Vadot		regulator-max-microvolt = <3300000>;
146f126890aSEmmanuel Vadot		startup-delay-us = <200000>;
147f126890aSEmmanuel Vadot		gpio = <&gpio5 28 GPIO_ACTIVE_HIGH>;
148f126890aSEmmanuel Vadot		enable-active-high;
149f126890aSEmmanuel Vadot	};
150f126890aSEmmanuel Vadot
151f126890aSEmmanuel Vadot	reg_lvds_lcd: regulator-lvds-lcd {
152f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
153f126890aSEmmanuel Vadot		regulator-name = "lcd-lvds-power";
154f126890aSEmmanuel Vadot		regulator-min-microvolt = <3300000>;
155f126890aSEmmanuel Vadot		regulator-max-microvolt = <3300000>;
156f126890aSEmmanuel Vadot		gpio = <&gpio4 15 GPIO_ACTIVE_HIGH>;
157f126890aSEmmanuel Vadot		enable-active-high;
158f126890aSEmmanuel Vadot	};
159f126890aSEmmanuel Vadot
160f126890aSEmmanuel Vadot	reg_pcie: regulator-pcie {
161f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
162f126890aSEmmanuel Vadot		regulator-name = "pcie-bus-power";
163f126890aSEmmanuel Vadot		regulator-min-microvolt = <1500000>;
164f126890aSEmmanuel Vadot		regulator-max-microvolt = <1500000>;
165f126890aSEmmanuel Vadot		gpio = <&gpio7 12 GPIO_ACTIVE_HIGH>;
166f126890aSEmmanuel Vadot		enable-active-high;
167f126890aSEmmanuel Vadot	};
168f126890aSEmmanuel Vadot
169f126890aSEmmanuel Vadot	reg_sata: regulator-sata {
170f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
171f126890aSEmmanuel Vadot		regulator-name = "sata-power";
172f126890aSEmmanuel Vadot		regulator-boot-on;
173f126890aSEmmanuel Vadot		regulator-min-microvolt = <3300000>;
174f126890aSEmmanuel Vadot		regulator-max-microvolt = <3300000>;
175f126890aSEmmanuel Vadot		startup-delay-us = <10000>;
176f126890aSEmmanuel Vadot		gpio = <&gpio3 30 GPIO_ACTIVE_HIGH>;
177f126890aSEmmanuel Vadot		enable-active-high;
178f126890aSEmmanuel Vadot	};
179f126890aSEmmanuel Vadot
180f126890aSEmmanuel Vadot	reg_usb_otg_vbus: regulator-usb-otg-vbus {
181f126890aSEmmanuel Vadot		compatible = "regulator-fixed";
182f126890aSEmmanuel Vadot		regulator-name = "usb_otg_vbus";
183f126890aSEmmanuel Vadot		regulator-min-microvolt = <5000000>;
184f126890aSEmmanuel Vadot		regulator-max-microvolt = <5000000>;
185f126890aSEmmanuel Vadot		enable-active-high;
186f126890aSEmmanuel Vadot	};
187f126890aSEmmanuel Vadot
188f126890aSEmmanuel Vadot	sound {
189f126890aSEmmanuel Vadot		compatible = "fsl,imx-audio-es8328";
190f126890aSEmmanuel Vadot		model = "imx-audio-es8328";
191f126890aSEmmanuel Vadot		ssi-controller = <&ssi1>;
192f126890aSEmmanuel Vadot		audio-codec = <&codec>;
193f126890aSEmmanuel Vadot		audio-amp-supply = <&reg_audio_codec>;
194f126890aSEmmanuel Vadot		jack-gpio = <&gpio5 15 GPIO_ACTIVE_HIGH>;
195f126890aSEmmanuel Vadot		audio-routing =
196f126890aSEmmanuel Vadot			"Speaker", "LOUT2",
197f126890aSEmmanuel Vadot			"Speaker", "ROUT2",
198f126890aSEmmanuel Vadot			"Speaker", "audio-amp",
199f126890aSEmmanuel Vadot			"Headphone", "ROUT1",
200f126890aSEmmanuel Vadot			"Headphone", "LOUT1",
201f126890aSEmmanuel Vadot			"LINPUT1", "Mic Jack",
202f126890aSEmmanuel Vadot			"RINPUT1", "Mic Jack",
203f126890aSEmmanuel Vadot			"Mic Jack", "Mic Bias";
204f126890aSEmmanuel Vadot		mux-int-port = <0x1>;
205f126890aSEmmanuel Vadot		mux-ext-port = <0x3>;
206f126890aSEmmanuel Vadot	};
207f126890aSEmmanuel Vadot};
208f126890aSEmmanuel Vadot
209f126890aSEmmanuel Vadot&audmux {
210f126890aSEmmanuel Vadot	pinctrl-names = "default";
211f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_audmux_novena>;
212f126890aSEmmanuel Vadot	status = "okay";
213f126890aSEmmanuel Vadot};
214f126890aSEmmanuel Vadot
215f126890aSEmmanuel Vadot&ecspi3 {
216f126890aSEmmanuel Vadot	pinctrl-names = "default";
217f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_ecspi3_novena>;
218f126890aSEmmanuel Vadot	status = "okay";
219f126890aSEmmanuel Vadot};
220f126890aSEmmanuel Vadot
221f126890aSEmmanuel Vadot&fec {
222f126890aSEmmanuel Vadot	pinctrl-names = "default";
223f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_enet_novena>;
224f126890aSEmmanuel Vadot	phy-mode = "rgmii";
225f126890aSEmmanuel Vadot	phy-handle = <&ethphy>;
226f126890aSEmmanuel Vadot	phy-reset-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>;
227f126890aSEmmanuel Vadot	status = "okay";
228f126890aSEmmanuel Vadot
229f126890aSEmmanuel Vadot	mdio {
230f126890aSEmmanuel Vadot		#address-cells = <1>;
231f126890aSEmmanuel Vadot		#size-cells = <0>;
232f126890aSEmmanuel Vadot
233f126890aSEmmanuel Vadot		ethphy: ethernet-phy {
234f126890aSEmmanuel Vadot			compatible = "ethernet-phy-ieee802.3-c22";
235f126890aSEmmanuel Vadot			rxc-skew-ps = <3000>;
236f126890aSEmmanuel Vadot			rxdv-skew-ps = <0>;
237f126890aSEmmanuel Vadot			txc-skew-ps = <3000>;
238f126890aSEmmanuel Vadot			txen-skew-ps = <0>;
239f126890aSEmmanuel Vadot			rxd0-skew-ps = <0>;
240f126890aSEmmanuel Vadot			rxd1-skew-ps = <0>;
241f126890aSEmmanuel Vadot			rxd2-skew-ps = <0>;
242f126890aSEmmanuel Vadot			rxd3-skew-ps = <0>;
243f126890aSEmmanuel Vadot			txd0-skew-ps = <3000>;
244f126890aSEmmanuel Vadot			txd1-skew-ps = <3000>;
245f126890aSEmmanuel Vadot			txd2-skew-ps = <3000>;
246f126890aSEmmanuel Vadot			txd3-skew-ps = <3000>;
247f126890aSEmmanuel Vadot		};
248f126890aSEmmanuel Vadot	};
249f126890aSEmmanuel Vadot};
250f126890aSEmmanuel Vadot
251f126890aSEmmanuel Vadot&hdmi {
252f126890aSEmmanuel Vadot	pinctrl-names = "default";
253f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_hdmi_novena>;
254f126890aSEmmanuel Vadot	ddc-i2c-bus = <&i2c2>;
255f126890aSEmmanuel Vadot	status = "okay";
256f126890aSEmmanuel Vadot};
257f126890aSEmmanuel Vadot
258f126890aSEmmanuel Vadot&i2c1 {
259f126890aSEmmanuel Vadot	pinctrl-names = "default";
260f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_i2c1_novena>;
261f126890aSEmmanuel Vadot	status = "okay";
262f126890aSEmmanuel Vadot
263f126890aSEmmanuel Vadot	accel: mma8452@1c {
264f126890aSEmmanuel Vadot		compatible = "fsl,mma8452";
265f126890aSEmmanuel Vadot		reg = <0x1c>;
266f126890aSEmmanuel Vadot	};
267f126890aSEmmanuel Vadot
268f126890aSEmmanuel Vadot	rtc: pcf8523@68 {
269f126890aSEmmanuel Vadot		compatible = "nxp,pcf8523";
270f126890aSEmmanuel Vadot		reg = <0x68>;
271f126890aSEmmanuel Vadot	};
272f126890aSEmmanuel Vadot
273f126890aSEmmanuel Vadot	sbs_battery: bq20z75@b {
274f126890aSEmmanuel Vadot		compatible = "sbs,sbs-battery";
275f126890aSEmmanuel Vadot		reg = <0x0b>;
276f126890aSEmmanuel Vadot		sbs,i2c-retry-count = <50>;
277f126890aSEmmanuel Vadot	};
278f126890aSEmmanuel Vadot
279f126890aSEmmanuel Vadot	touch: stmpe811@44 {
280f126890aSEmmanuel Vadot		compatible = "st,stmpe811";
281f126890aSEmmanuel Vadot		reg = <0x44>;
282f126890aSEmmanuel Vadot		irq-gpio = <&gpio5 13 GPIO_ACTIVE_HIGH>;
283f126890aSEmmanuel Vadot		id = <0>;
284f126890aSEmmanuel Vadot		blocks = <0x5>;
285f126890aSEmmanuel Vadot		irq-trigger = <0x1>;
286f126890aSEmmanuel Vadot		pinctrl-names = "default";
287f126890aSEmmanuel Vadot		pinctrl-0 = <&pinctrl_stmpe_novena>;
288f126890aSEmmanuel Vadot		vio-supply = <&reg_3p3v>;
289f126890aSEmmanuel Vadot		vcc-supply = <&reg_3p3v>;
290f126890aSEmmanuel Vadot
291f126890aSEmmanuel Vadot		stmpe_touchscreen {
292f126890aSEmmanuel Vadot			compatible = "st,stmpe-ts";
293f126890aSEmmanuel Vadot			st,sample-time = <4>;
294f126890aSEmmanuel Vadot			st,mod-12b = <1>;
295f126890aSEmmanuel Vadot			st,ref-sel = <0>;
296f126890aSEmmanuel Vadot			st,adc-freq = <1>;
297f126890aSEmmanuel Vadot			st,ave-ctrl = <1>;
298f126890aSEmmanuel Vadot			st,touch-det-delay = <2>;
299f126890aSEmmanuel Vadot			st,settling = <2>;
300f126890aSEmmanuel Vadot			st,fraction-z = <7>;
301f126890aSEmmanuel Vadot			st,i-drive = <1>;
302f126890aSEmmanuel Vadot		};
303f126890aSEmmanuel Vadot	};
304f126890aSEmmanuel Vadot};
305f126890aSEmmanuel Vadot
306f126890aSEmmanuel Vadot&i2c2 {
307f126890aSEmmanuel Vadot	pinctrl-names = "default";
308f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_i2c2_novena>;
309f126890aSEmmanuel Vadot	status = "okay";
310f126890aSEmmanuel Vadot
311f126890aSEmmanuel Vadot	pmic: pmic@8 {
312f126890aSEmmanuel Vadot		compatible = "fsl,pfuze100";
313f126890aSEmmanuel Vadot		reg = <0x08>;
314f126890aSEmmanuel Vadot
315f126890aSEmmanuel Vadot		regulators {
316f126890aSEmmanuel Vadot			reg_sw1a: sw1a {
317f126890aSEmmanuel Vadot				regulator-min-microvolt = <300000>;
318f126890aSEmmanuel Vadot				regulator-max-microvolt = <1875000>;
319f126890aSEmmanuel Vadot				regulator-boot-on;
320f126890aSEmmanuel Vadot				regulator-always-on;
321f126890aSEmmanuel Vadot				regulator-ramp-delay = <6250>;
322f126890aSEmmanuel Vadot			};
323f126890aSEmmanuel Vadot
324f126890aSEmmanuel Vadot			reg_sw1c: sw1c {
325f126890aSEmmanuel Vadot				regulator-min-microvolt = <300000>;
326f126890aSEmmanuel Vadot				regulator-max-microvolt = <1875000>;
327f126890aSEmmanuel Vadot				regulator-boot-on;
328f126890aSEmmanuel Vadot				regulator-always-on;
329f126890aSEmmanuel Vadot			};
330f126890aSEmmanuel Vadot
331f126890aSEmmanuel Vadot			reg_sw2: sw2 {
332f126890aSEmmanuel Vadot				regulator-min-microvolt = <800000>;
333f126890aSEmmanuel Vadot				regulator-max-microvolt = <3300000>;
334f126890aSEmmanuel Vadot				regulator-boot-on;
335f126890aSEmmanuel Vadot				regulator-always-on;
336f126890aSEmmanuel Vadot			};
337f126890aSEmmanuel Vadot
338f126890aSEmmanuel Vadot			reg_sw3a: sw3a {
339f126890aSEmmanuel Vadot				regulator-min-microvolt = <400000>;
340f126890aSEmmanuel Vadot				regulator-max-microvolt = <1975000>;
341f126890aSEmmanuel Vadot				regulator-boot-on;
342f126890aSEmmanuel Vadot				regulator-always-on;
343f126890aSEmmanuel Vadot			};
344f126890aSEmmanuel Vadot
345f126890aSEmmanuel Vadot			reg_sw3b: sw3b {
346f126890aSEmmanuel Vadot				regulator-min-microvolt = <400000>;
347f126890aSEmmanuel Vadot				regulator-max-microvolt = <1975000>;
348f126890aSEmmanuel Vadot				regulator-boot-on;
349f126890aSEmmanuel Vadot				regulator-always-on;
350f126890aSEmmanuel Vadot			};
351f126890aSEmmanuel Vadot
352f126890aSEmmanuel Vadot			reg_sw4: sw4 {
353f126890aSEmmanuel Vadot				regulator-min-microvolt = <800000>;
354f126890aSEmmanuel Vadot				regulator-max-microvolt = <3300000>;
355f126890aSEmmanuel Vadot			};
356f126890aSEmmanuel Vadot
357f126890aSEmmanuel Vadot			reg_swbst: swbst {
358f126890aSEmmanuel Vadot				regulator-min-microvolt = <5000000>;
359f126890aSEmmanuel Vadot				regulator-max-microvolt = <5150000>;
360f126890aSEmmanuel Vadot				regulator-boot-on;
361f126890aSEmmanuel Vadot			};
362f126890aSEmmanuel Vadot
363f126890aSEmmanuel Vadot			reg_snvs: vsnvs {
364f126890aSEmmanuel Vadot				regulator-min-microvolt = <1000000>;
365f126890aSEmmanuel Vadot				regulator-max-microvolt = <3000000>;
366f126890aSEmmanuel Vadot				regulator-boot-on;
367f126890aSEmmanuel Vadot				regulator-always-on;
368f126890aSEmmanuel Vadot			};
369f126890aSEmmanuel Vadot
370f126890aSEmmanuel Vadot			reg_vref: vrefddr {
371f126890aSEmmanuel Vadot				regulator-boot-on;
372f126890aSEmmanuel Vadot				regulator-always-on;
373f126890aSEmmanuel Vadot			};
374f126890aSEmmanuel Vadot
375f126890aSEmmanuel Vadot			reg_vgen1: vgen1 {
376f126890aSEmmanuel Vadot				regulator-min-microvolt = <800000>;
377f126890aSEmmanuel Vadot				regulator-max-microvolt = <1550000>;
378f126890aSEmmanuel Vadot			};
379f126890aSEmmanuel Vadot
380f126890aSEmmanuel Vadot			reg_vgen2: vgen2 {
381f126890aSEmmanuel Vadot				regulator-min-microvolt = <800000>;
382f126890aSEmmanuel Vadot				regulator-max-microvolt = <1550000>;
383f126890aSEmmanuel Vadot			};
384f126890aSEmmanuel Vadot
385f126890aSEmmanuel Vadot			reg_vgen3: vgen3 {
386f126890aSEmmanuel Vadot				regulator-min-microvolt = <1800000>;
387f126890aSEmmanuel Vadot				regulator-max-microvolt = <3300000>;
388f126890aSEmmanuel Vadot			};
389f126890aSEmmanuel Vadot
390f126890aSEmmanuel Vadot			reg_vgen4: vgen4 {
391f126890aSEmmanuel Vadot				regulator-min-microvolt = <1800000>;
392f126890aSEmmanuel Vadot				regulator-max-microvolt = <3300000>;
393f126890aSEmmanuel Vadot				regulator-always-on;
394f126890aSEmmanuel Vadot			};
395f126890aSEmmanuel Vadot
396f126890aSEmmanuel Vadot			reg_vgen5: vgen5 {
397f126890aSEmmanuel Vadot				regulator-min-microvolt = <1800000>;
398f126890aSEmmanuel Vadot				regulator-max-microvolt = <3300000>;
399f126890aSEmmanuel Vadot				regulator-always-on;
400f126890aSEmmanuel Vadot			};
401f126890aSEmmanuel Vadot
402f126890aSEmmanuel Vadot			reg_vgen6: vgen6 {
403f126890aSEmmanuel Vadot				regulator-min-microvolt = <1800000>;
404f126890aSEmmanuel Vadot				regulator-max-microvolt = <3300000>;
405f126890aSEmmanuel Vadot				regulator-always-on;
406f126890aSEmmanuel Vadot			};
407f126890aSEmmanuel Vadot		};
408f126890aSEmmanuel Vadot	};
409f126890aSEmmanuel Vadot};
410f126890aSEmmanuel Vadot
411f126890aSEmmanuel Vadot&i2c3 {
412f126890aSEmmanuel Vadot	pinctrl-names = "default";
413f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_i2c3_novena>;
414f126890aSEmmanuel Vadot	status = "okay";
415f126890aSEmmanuel Vadot
416f126890aSEmmanuel Vadot	codec: es8328@11 {
417f126890aSEmmanuel Vadot		compatible = "everest,es8328";
418f126890aSEmmanuel Vadot		reg = <0x11>;
419f126890aSEmmanuel Vadot		DVDD-supply = <&reg_audio_codec>;
420f126890aSEmmanuel Vadot		AVDD-supply = <&reg_audio_codec>;
421f126890aSEmmanuel Vadot		PVDD-supply = <&reg_audio_codec>;
422f126890aSEmmanuel Vadot		HPVDD-supply = <&reg_audio_codec>;
423f126890aSEmmanuel Vadot		pinctrl-names = "default";
424f126890aSEmmanuel Vadot		pinctrl-0 = <&pinctrl_sound_novena>;
425f126890aSEmmanuel Vadot		clocks = <&clks IMX6QDL_CLK_CKO1>;
426f126890aSEmmanuel Vadot		assigned-clocks = <&clks IMX6QDL_CLK_CKO>,
427f126890aSEmmanuel Vadot				  <&clks IMX6QDL_CLK_CKO1_SEL>,
428f126890aSEmmanuel Vadot				  <&clks IMX6QDL_CLK_PLL4_AUDIO>,
429f126890aSEmmanuel Vadot				  <&clks IMX6QDL_CLK_CKO1>;
430f126890aSEmmanuel Vadot		assigned-clock-parents = <&clks IMX6QDL_CLK_CKO1>,
431f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_PLL4_AUDIO_DIV>,
432f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_OSC>,
433f126890aSEmmanuel Vadot					 <&clks IMX6QDL_CLK_CKO1_PODF>;
434f126890aSEmmanuel Vadot		assigned-clock-rates = <0 0 722534400 22579200>;
435f126890aSEmmanuel Vadot	};
436f126890aSEmmanuel Vadot};
437f126890aSEmmanuel Vadot
438f126890aSEmmanuel Vadot&kpp {
439f126890aSEmmanuel Vadot	pinctrl-names = "default";
440f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_kpp_novena>;
441f126890aSEmmanuel Vadot	linux,keymap = <
442f126890aSEmmanuel Vadot		MATRIX_KEY(1, 1, KEY_CONFIG)
443f126890aSEmmanuel Vadot	>;
444f126890aSEmmanuel Vadot	status = "okay";
445f126890aSEmmanuel Vadot};
446f126890aSEmmanuel Vadot
447f126890aSEmmanuel Vadot&ldb {
448f126890aSEmmanuel Vadot	fsl,dual-channel;
449f126890aSEmmanuel Vadot	status = "okay";
450f126890aSEmmanuel Vadot
451f126890aSEmmanuel Vadot	lvds-channel@0 {
452f126890aSEmmanuel Vadot		fsl,data-mapping = "jeida";
453f126890aSEmmanuel Vadot		fsl,data-width = <24>;
454f126890aSEmmanuel Vadot		fsl,panel = <&panel>;
455f126890aSEmmanuel Vadot		status = "okay";
456f126890aSEmmanuel Vadot	};
457f126890aSEmmanuel Vadot};
458f126890aSEmmanuel Vadot
459f126890aSEmmanuel Vadot&pcie {
460f126890aSEmmanuel Vadot	pinctrl-names = "default";
461f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_pcie_novena>;
462f126890aSEmmanuel Vadot	reset-gpio = <&gpio3 29 GPIO_ACTIVE_LOW>;
463f126890aSEmmanuel Vadot	vpcie-supply = <&reg_pcie>;
464f126890aSEmmanuel Vadot	status = "okay";
465f126890aSEmmanuel Vadot};
466f126890aSEmmanuel Vadot
467f126890aSEmmanuel Vadot&pwm1 {
468f126890aSEmmanuel Vadot	status = "okay";
469f126890aSEmmanuel Vadot};
470f126890aSEmmanuel Vadot
471f126890aSEmmanuel Vadot&sata {
472f126890aSEmmanuel Vadot	target-supply = <&reg_sata>;
473f126890aSEmmanuel Vadot	fsl,transmit-level-mV = <1025>;
474f126890aSEmmanuel Vadot	fsl,transmit-boost-mdB = <0>;
475f126890aSEmmanuel Vadot	fsl,transmit-atten-16ths = <8>;
476f126890aSEmmanuel Vadot	status = "okay";
477f126890aSEmmanuel Vadot};
478f126890aSEmmanuel Vadot
479f126890aSEmmanuel Vadot&ssi1 {
480f126890aSEmmanuel Vadot	status = "okay";
481f126890aSEmmanuel Vadot};
482f126890aSEmmanuel Vadot
483f126890aSEmmanuel Vadot&uart2 {
484f126890aSEmmanuel Vadot	pinctrl-names = "default";
485f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_uart2_novena>;
486f126890aSEmmanuel Vadot	status = "okay";
487f126890aSEmmanuel Vadot};
488f126890aSEmmanuel Vadot
489f126890aSEmmanuel Vadot&uart3 {
490f126890aSEmmanuel Vadot	pinctrl-names = "default";
491f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_uart3_novena>;
492f126890aSEmmanuel Vadot	status = "okay";
493f126890aSEmmanuel Vadot};
494f126890aSEmmanuel Vadot
495f126890aSEmmanuel Vadot&uart4 {
496f126890aSEmmanuel Vadot	pinctrl-names = "default";
497f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_uart4_novena>;
498f126890aSEmmanuel Vadot	status = "okay";
499f126890aSEmmanuel Vadot};
500f126890aSEmmanuel Vadot
501f126890aSEmmanuel Vadot&usbotg {
502f126890aSEmmanuel Vadot	vbus-supply = <&reg_usb_otg_vbus>;
503f126890aSEmmanuel Vadot	dr_mode = "otg";
504f126890aSEmmanuel Vadot	pinctrl-names = "default";
505f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_usbotg_novena>;
506f126890aSEmmanuel Vadot	disable-over-current;
507f126890aSEmmanuel Vadot	status = "okay";
508f126890aSEmmanuel Vadot};
509f126890aSEmmanuel Vadot
510f126890aSEmmanuel Vadot&usbh1 {
511f126890aSEmmanuel Vadot	vbus-supply = <&reg_swbst>;
512f126890aSEmmanuel Vadot	status = "okay";
513f126890aSEmmanuel Vadot};
514f126890aSEmmanuel Vadot
515f126890aSEmmanuel Vadot&usdhc2 {
516f126890aSEmmanuel Vadot	pinctrl-names = "default";
517f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_usdhc2_novena>;
518f126890aSEmmanuel Vadot	cd-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
519f126890aSEmmanuel Vadot	wp-gpios = <&gpio1 2 GPIO_ACTIVE_LOW>;
520f126890aSEmmanuel Vadot	bus-width = <4>;
521f126890aSEmmanuel Vadot	status = "okay";
522f126890aSEmmanuel Vadot};
523f126890aSEmmanuel Vadot
524f126890aSEmmanuel Vadot&usdhc3 {
525f126890aSEmmanuel Vadot	pinctrl-names = "default";
526f126890aSEmmanuel Vadot	pinctrl-0 = <&pinctrl_usdhc3_novena>;
527f126890aSEmmanuel Vadot	bus-width = <4>;
528f126890aSEmmanuel Vadot	non-removable;
529f126890aSEmmanuel Vadot	status = "okay";
530f126890aSEmmanuel Vadot};
531f126890aSEmmanuel Vadot
532f126890aSEmmanuel Vadot&iomuxc {
533f126890aSEmmanuel Vadot	pinctrl_audmux_novena: audmuxgrp-novena {
534f126890aSEmmanuel Vadot		fsl,pins = <
535f126890aSEmmanuel Vadot			MX6QDL_PAD_CSI0_DAT7__AUD3_RXD		0x130b0
536f126890aSEmmanuel Vadot			MX6QDL_PAD_CSI0_DAT4__AUD3_TXC		0x130b0
537f126890aSEmmanuel Vadot			MX6QDL_PAD_CSI0_DAT5__AUD3_TXD		0x110b0
538f126890aSEmmanuel Vadot			MX6QDL_PAD_CSI0_DAT6__AUD3_TXFS		0x130b0
539f126890aSEmmanuel Vadot		>;
540f126890aSEmmanuel Vadot	};
541f126890aSEmmanuel Vadot
542f126890aSEmmanuel Vadot	pinctrl_backlight_novena: backlightgrp-novena {
543f126890aSEmmanuel Vadot		fsl,pins = <
544f126890aSEmmanuel Vadot			MX6QDL_PAD_DISP0_DAT8__PWM1_OUT		0x1b0b0
545f126890aSEmmanuel Vadot			MX6QDL_PAD_CSI0_DAT10__GPIO5_IO28	0x1b0b1
546f126890aSEmmanuel Vadot			MX6QDL_PAD_KEY_ROW4__GPIO4_IO15		0x1b0b1
547f126890aSEmmanuel Vadot		>;
548f126890aSEmmanuel Vadot	};
549f126890aSEmmanuel Vadot
550f126890aSEmmanuel Vadot	pinctrl_ecspi3_novena: ecspi3grp-novena {
551f126890aSEmmanuel Vadot		fsl,pins = <
552f126890aSEmmanuel Vadot			MX6QDL_PAD_DISP0_DAT2__ECSPI3_MISO	0x100b1
553f126890aSEmmanuel Vadot			MX6QDL_PAD_DISP0_DAT1__ECSPI3_MOSI	0x100b1
554f126890aSEmmanuel Vadot			MX6QDL_PAD_DISP0_DAT0__ECSPI3_SCLK	0x100b1
555f126890aSEmmanuel Vadot		>;
556f126890aSEmmanuel Vadot	};
557f126890aSEmmanuel Vadot
558f126890aSEmmanuel Vadot	pinctrl_enet_novena: enetgrp-novena {
559f126890aSEmmanuel Vadot		fsl,pins = <
560f126890aSEmmanuel Vadot			MX6QDL_PAD_ENET_MDIO__ENET_MDIO		0x1b0b0
561f126890aSEmmanuel Vadot			MX6QDL_PAD_ENET_MDC__ENET_MDC		0x1b0b0
562f126890aSEmmanuel Vadot			MX6QDL_PAD_RGMII_TXC__RGMII_TXC		0x1b020
563f126890aSEmmanuel Vadot			MX6QDL_PAD_RGMII_TD0__RGMII_TD0		0x1b028
564f126890aSEmmanuel Vadot			MX6QDL_PAD_RGMII_TD1__RGMII_TD1		0x1b028
565f126890aSEmmanuel Vadot			MX6QDL_PAD_RGMII_TD2__RGMII_TD2		0x1b028
566f126890aSEmmanuel Vadot			MX6QDL_PAD_RGMII_TD3__RGMII_TD3		0x1b028
567f126890aSEmmanuel Vadot			MX6QDL_PAD_RGMII_TX_CTL__RGMII_TX_CTL	0x1b028
568f126890aSEmmanuel Vadot			MX6QDL_PAD_ENET_REF_CLK__ENET_TX_CLK	0x1b0b0
569f126890aSEmmanuel Vadot			MX6QDL_PAD_RGMII_RXC__RGMII_RXC		0x1b030
570f126890aSEmmanuel Vadot			MX6QDL_PAD_RGMII_RD0__RGMII_RD0		0x1b030
571f126890aSEmmanuel Vadot			MX6QDL_PAD_RGMII_RD1__RGMII_RD1		0x1b030
572f126890aSEmmanuel Vadot			MX6QDL_PAD_RGMII_RD2__RGMII_RD2		0x1b030
573f126890aSEmmanuel Vadot			MX6QDL_PAD_RGMII_RD3__RGMII_RD3		0x1b030
574f126890aSEmmanuel Vadot			MX6QDL_PAD_RGMII_RX_CTL__RGMII_RX_CTL	0x1b030
575f126890aSEmmanuel Vadot			MX6QDL_PAD_GPIO_16__ENET_REF_CLK	0x4001b0a8
576f126890aSEmmanuel Vadot			/* Ethernet reset */
577f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_D23__GPIO3_IO23		0x1b0b1
578f126890aSEmmanuel Vadot		>;
579f126890aSEmmanuel Vadot	};
580f126890aSEmmanuel Vadot
581f126890aSEmmanuel Vadot	pinctrl_fpga_gpio: fpgagpiogrp-novena {
582f126890aSEmmanuel Vadot		fsl,pins = <
583f126890aSEmmanuel Vadot			/* FPGA power */
584f126890aSEmmanuel Vadot			MX6QDL_PAD_SD1_DAT1__GPIO1_IO17		0x1b0b1
585f126890aSEmmanuel Vadot			/* Reset */
586f126890aSEmmanuel Vadot			MX6QDL_PAD_DISP0_DAT13__GPIO5_IO07	0x1b0b1
587f126890aSEmmanuel Vadot			/* FPGA GPIOs */
588f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA0__GPIO3_IO00		0x1b0b1
589f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA1__GPIO3_IO01		0x1b0b1
590f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA2__GPIO3_IO02		0x1b0b1
591f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA3__GPIO3_IO03		0x1b0b1
592f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA4__GPIO3_IO04		0x1b0b1
593f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA5__GPIO3_IO05		0x1b0b1
594f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA6__GPIO3_IO06		0x1b0b1
595f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA7__GPIO3_IO07		0x1b0b1
596f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA8__GPIO3_IO08		0x1b0b1
597f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA9__GPIO3_IO09		0x1b0b1
598f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA10__GPIO3_IO10		0x1b0b1
599f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA11__GPIO3_IO11		0x1b0b1
600f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA12__GPIO3_IO12		0x1b0b1
601f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA13__GPIO3_IO13		0x1b0b1
602f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA14__GPIO3_IO14		0x1b0b1
603f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA15__GPIO3_IO15		0x1b0b1
604f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_A16__GPIO2_IO22		0x1b0b1
605f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_A17__GPIO2_IO21		0x1b0b1
606f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_A18__GPIO2_IO20		0x1b0b1
607f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_CS0__GPIO2_IO23		0x1b0b1
608f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_CS1__GPIO2_IO24		0x1b0b1
609f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_LBA__GPIO2_IO27		0x1b0b1
610f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_OE__GPIO2_IO25		0x1b0b1
611f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_RW__GPIO2_IO26		0x1b0b1
612f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_WAIT__GPIO5_IO00		0x1b0b1
613f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_BCLK__GPIO6_IO31		0x1b0b1
614f126890aSEmmanuel Vadot		>;
615f126890aSEmmanuel Vadot	};
616f126890aSEmmanuel Vadot
617f126890aSEmmanuel Vadot	pinctrl_fpga_eim: fpgaeimgrp-novena {
618f126890aSEmmanuel Vadot		fsl,pins = <
619f126890aSEmmanuel Vadot			/* FPGA power */
620f126890aSEmmanuel Vadot			MX6QDL_PAD_SD1_DAT1__GPIO1_IO17		0x1b0b1
621f126890aSEmmanuel Vadot			/* Reset */
622f126890aSEmmanuel Vadot			MX6QDL_PAD_DISP0_DAT13__GPIO5_IO07	0x1b0b1
623f126890aSEmmanuel Vadot			/* FPGA GPIOs */
624f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA0__EIM_AD00		0xb0f1
625f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA1__EIM_AD01		0xb0f1
626f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA2__EIM_AD02		0xb0f1
627f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA3__EIM_AD03		0xb0f1
628f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA4__EIM_AD04		0xb0f1
629f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA5__EIM_AD05		0xb0f1
630f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA6__EIM_AD06		0xb0f1
631f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA7__EIM_AD07		0xb0f1
632f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA8__EIM_AD08		0xb0f1
633f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA9__EIM_AD09		0xb0f1
634f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA10__EIM_AD10		0xb0f1
635f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA11__EIM_AD11		0xb0f1
636f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA12__EIM_AD12		0xb0f1
637f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA13__EIM_AD13		0xb0f1
638f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA14__EIM_AD14		0xb0f1
639f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_DA15__EIM_AD15		0xb0f1
640f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_A16__EIM_ADDR16		0xb0f1
641f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_A17__EIM_ADDR17		0xb0f1
642f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_A18__EIM_ADDR18		0xb0f1
643f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_CS0__EIM_CS0_B		0xb0f1
644f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_CS1__EIM_CS1_B		0xb0f1
645f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_LBA__EIM_LBA_B		0xb0f1
646f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_OE__EIM_OE_B		0xb0f1
647f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_RW__EIM_RW		0xb0f1
648f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_WAIT__EIM_WAIT_B		0xb0f1
649f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_BCLK__EIM_BCLK		0xb0f1
650f126890aSEmmanuel Vadot		>;
651f126890aSEmmanuel Vadot	};
652f126890aSEmmanuel Vadot
653f126890aSEmmanuel Vadot	pinctrl_gpio_keys_novena: gpiokeysgrp-novena {
654f126890aSEmmanuel Vadot		fsl,pins = <
655f126890aSEmmanuel Vadot			/* User button */
656f126890aSEmmanuel Vadot			MX6QDL_PAD_KEY_COL4__GPIO4_IO14		0x1b0b0
657f126890aSEmmanuel Vadot			/* PCIe Wakeup */
658f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_D22__GPIO3_IO22		0x1f0e0
659f126890aSEmmanuel Vadot			/* Lid switch */
660f126890aSEmmanuel Vadot			MX6QDL_PAD_KEY_COL3__GPIO4_IO12		0x1b0b0
661f126890aSEmmanuel Vadot		>;
662f126890aSEmmanuel Vadot	};
663f126890aSEmmanuel Vadot
664f126890aSEmmanuel Vadot	pinctrl_hdmi_novena: hdmigrp-novena {
665f126890aSEmmanuel Vadot		fsl,pins = <
666f126890aSEmmanuel Vadot			MX6QDL_PAD_KEY_ROW2__HDMI_TX_CEC_LINE	0x1f8b0
667f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_A24__GPIO5_IO04		0x1b0b1
668f126890aSEmmanuel Vadot		>;
669f126890aSEmmanuel Vadot	};
670f126890aSEmmanuel Vadot
671f126890aSEmmanuel Vadot	pinctrl_i2c1_novena: i2c1grp-novena {
672f126890aSEmmanuel Vadot		fsl,pins = <
673f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_D21__I2C1_SCL		0x4001b8b1
674f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_D28__I2C1_SDA		0x4001b8b1
675f126890aSEmmanuel Vadot		>;
676f126890aSEmmanuel Vadot	};
677f126890aSEmmanuel Vadot
678f126890aSEmmanuel Vadot	pinctrl_i2c2_novena: i2c2grp-novena {
679f126890aSEmmanuel Vadot		fsl,pins = <
680f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_EB2__I2C2_SCL		0x4001b8b1
681f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_D16__I2C2_SDA		0x4001b8b1
682f126890aSEmmanuel Vadot		>;
683f126890aSEmmanuel Vadot	};
684f126890aSEmmanuel Vadot
685f126890aSEmmanuel Vadot	pinctrl_i2c3_novena: i2c3grp-novena {
686f126890aSEmmanuel Vadot		fsl,pins = <
687f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_D17__I2C3_SCL		0x4001b8b1
688f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_D18__I2C3_SDA		0x4001b8b1
689f126890aSEmmanuel Vadot		>;
690f126890aSEmmanuel Vadot	};
691f126890aSEmmanuel Vadot
692f126890aSEmmanuel Vadot	pinctrl_kpp_novena: kppgrp-novena {
693f126890aSEmmanuel Vadot		fsl,pins = <
694f126890aSEmmanuel Vadot			/* Front panel button */
695f126890aSEmmanuel Vadot			MX6QDL_PAD_KEY_ROW1__KEY_ROW1		0x1b0b1
696f126890aSEmmanuel Vadot			/* Fake column driver, not connected */
697f126890aSEmmanuel Vadot			MX6QDL_PAD_KEY_COL1__KEY_COL1		0x1b0b1
698f126890aSEmmanuel Vadot		>;
699f126890aSEmmanuel Vadot	};
700f126890aSEmmanuel Vadot
701f126890aSEmmanuel Vadot	pinctrl_leds_novena: ledsgrp-novena {
702f126890aSEmmanuel Vadot		fsl,pins = <
703f126890aSEmmanuel Vadot			MX6QDL_PAD_SD1_DAT3__GPIO1_IO21		0x1b0b1
704f126890aSEmmanuel Vadot		>;
705f126890aSEmmanuel Vadot	};
706f126890aSEmmanuel Vadot
707f126890aSEmmanuel Vadot	pinctrl_pcie_novena: pciegrp-novena {
708f126890aSEmmanuel Vadot		fsl,pins = <
709f126890aSEmmanuel Vadot			/* Reset */
710f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_D29__GPIO3_IO29		0x1b0b1
711f126890aSEmmanuel Vadot			/* Power On */
712f126890aSEmmanuel Vadot			MX6QDL_PAD_GPIO_17__GPIO7_IO12		0x1b0b1
713f126890aSEmmanuel Vadot			/* Wifi kill */
714f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_A22__GPIO2_IO16		0x1b0b1
715f126890aSEmmanuel Vadot		>;
716f126890aSEmmanuel Vadot	};
717f126890aSEmmanuel Vadot
718f126890aSEmmanuel Vadot	pinctrl_sata_novena: satagrp-novena {
719f126890aSEmmanuel Vadot		fsl,pins = <
720f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_D30__GPIO3_IO30		0x1b0b1
721f126890aSEmmanuel Vadot		>;
722f126890aSEmmanuel Vadot	};
723f126890aSEmmanuel Vadot
724f126890aSEmmanuel Vadot	pinctrl_senoko_novena: senokogrp-novena {
725f126890aSEmmanuel Vadot		fsl,pins = <
726f126890aSEmmanuel Vadot			/* Senoko IRQ line */
727f126890aSEmmanuel Vadot			MX6QDL_PAD_SD1_CLK__GPIO1_IO20		0x13048
728f126890aSEmmanuel Vadot			/* Senoko reset line */
729f126890aSEmmanuel Vadot			MX6QDL_PAD_CSI0_VSYNC__GPIO5_IO21	0x1b0b1
730f126890aSEmmanuel Vadot		>;
731f126890aSEmmanuel Vadot	};
732f126890aSEmmanuel Vadot
733f126890aSEmmanuel Vadot	pinctrl_sound_novena: soundgrp-novena {
734f126890aSEmmanuel Vadot		fsl,pins = <
735f126890aSEmmanuel Vadot			/* Audio power regulator */
736f126890aSEmmanuel Vadot			MX6QDL_PAD_DISP0_DAT23__GPIO5_IO17	0x1b0b1
737f126890aSEmmanuel Vadot			/* Headphone plug */
738f126890aSEmmanuel Vadot			MX6QDL_PAD_DISP0_DAT21__GPIO5_IO15	0x1b0b1
739f126890aSEmmanuel Vadot			MX6QDL_PAD_GPIO_0__CCM_CLKO1		0x000b0
740f126890aSEmmanuel Vadot		>;
741f126890aSEmmanuel Vadot	};
742f126890aSEmmanuel Vadot
743f126890aSEmmanuel Vadot	pinctrl_stmpe_novena: stmpegrp-novena {
744f126890aSEmmanuel Vadot		fsl,pins = <
745f126890aSEmmanuel Vadot			/* Touchscreen interrupt */
746f126890aSEmmanuel Vadot			MX6QDL_PAD_DISP0_DAT19__GPIO5_IO13	0x1b0b1
747f126890aSEmmanuel Vadot		>;
748f126890aSEmmanuel Vadot	};
749f126890aSEmmanuel Vadot
750f126890aSEmmanuel Vadot	pinctrl_uart2_novena: uart2grp-novena {
751f126890aSEmmanuel Vadot		fsl,pins = <
752f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_D26__UART2_TX_DATA	0x1b0b1
753f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_D27__UART2_RX_DATA	0x1b0b1
754f126890aSEmmanuel Vadot		>;
755f126890aSEmmanuel Vadot	};
756f126890aSEmmanuel Vadot
757f126890aSEmmanuel Vadot	pinctrl_uart3_novena: uart3grp-novena {
758f126890aSEmmanuel Vadot		fsl,pins = <
759f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_D24__UART3_TX_DATA	0x1b0b1
760f126890aSEmmanuel Vadot			MX6QDL_PAD_EIM_D25__UART3_RX_DATA	0x1b0b1
761f126890aSEmmanuel Vadot		>;
762f126890aSEmmanuel Vadot	};
763f126890aSEmmanuel Vadot
764f126890aSEmmanuel Vadot	pinctrl_uart4_novena: uart4grp-novena {
765f126890aSEmmanuel Vadot		fsl,pins = <
766f126890aSEmmanuel Vadot			MX6QDL_PAD_CSI0_DAT12__UART4_TX_DATA	0x1b0b1
767f126890aSEmmanuel Vadot			MX6QDL_PAD_CSI0_DAT13__UART4_RX_DATA	0x1b0b1
768f126890aSEmmanuel Vadot		>;
769f126890aSEmmanuel Vadot	};
770f126890aSEmmanuel Vadot
771f126890aSEmmanuel Vadot	pinctrl_usbotg_novena: usbotggrp-novena {
772f126890aSEmmanuel Vadot		fsl,pins = <
773f126890aSEmmanuel Vadot			MX6QDL_PAD_ENET_RX_ER__USB_OTG_ID	0x17059
774f126890aSEmmanuel Vadot		>;
775f126890aSEmmanuel Vadot	};
776f126890aSEmmanuel Vadot
777f126890aSEmmanuel Vadot	pinctrl_usdhc2_novena: usdhc2grp-novena {
778f126890aSEmmanuel Vadot		fsl,pins = <
779f126890aSEmmanuel Vadot			MX6QDL_PAD_SD2_CMD__SD2_CMD		0x170f9
780f126890aSEmmanuel Vadot			MX6QDL_PAD_SD2_CLK__SD2_CLK		0x100f9
781f126890aSEmmanuel Vadot			MX6QDL_PAD_SD2_DAT0__SD2_DATA0		0x170f9
782f126890aSEmmanuel Vadot			MX6QDL_PAD_SD2_DAT1__SD2_DATA1		0x170f9
783f126890aSEmmanuel Vadot			MX6QDL_PAD_SD2_DAT2__SD2_DATA2		0x170f9
784f126890aSEmmanuel Vadot			MX6QDL_PAD_SD2_DAT3__SD2_DATA3		0x170f9
785f126890aSEmmanuel Vadot			/* Write protect */
786f126890aSEmmanuel Vadot			MX6QDL_PAD_GPIO_2__GPIO1_IO02		0x1b0b1
787f126890aSEmmanuel Vadot			/* Card detect */
788f126890aSEmmanuel Vadot			MX6QDL_PAD_GPIO_4__GPIO1_IO04		0x1b0b1
789f126890aSEmmanuel Vadot		>;
790f126890aSEmmanuel Vadot	};
791f126890aSEmmanuel Vadot
792f126890aSEmmanuel Vadot	pinctrl_usdhc3_novena: usdhc3grp-novena {
793f126890aSEmmanuel Vadot		fsl,pins = <
794f126890aSEmmanuel Vadot			MX6QDL_PAD_SD3_CMD__SD3_CMD		0x170f9
795f126890aSEmmanuel Vadot			MX6QDL_PAD_SD3_CLK__SD3_CLK		0x100f9
796f126890aSEmmanuel Vadot			MX6QDL_PAD_SD3_DAT0__SD3_DATA0		0x170f9
797f126890aSEmmanuel Vadot			MX6QDL_PAD_SD3_DAT1__SD3_DATA1		0x170f9
798f126890aSEmmanuel Vadot			MX6QDL_PAD_SD3_DAT2__SD3_DATA2		0x170f9
799f126890aSEmmanuel Vadot			MX6QDL_PAD_SD3_DAT3__SD3_DATA3		0x170f9
800f126890aSEmmanuel Vadot		>;
801f126890aSEmmanuel Vadot	};
802f126890aSEmmanuel Vadot};
803