2 * Copyright 2014 Gateworks Corporation
4 * The code contained herein is licensed under the GNU General Public
5 * License. You may obtain a copy of the GNU General Public License
6 * Version 2 or later at the following locations:
8 * http://www.opensource.org/licenses/gpl-license.html
9 * http://www.gnu.org/copyleft/gpl.html
12 #include <dt-bindings/gpio/gpio.h>
15 /* these are used by bootloader for disabling nodes */
26 bootargs = "console=ttymxc1,115200";
30 compatible = "gpio-leds";
31 pinctrl-names = "default";
32 pinctrl-0 = <&pinctrl_gpio_leds>;
36 gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDG */
38 linux,default-trigger = "heartbeat";
43 gpios = <&gpio4 7 GPIO_ACTIVE_HIGH>; /* MX6_PANLEDR */
44 default-state = "off";
49 gpios = <&gpio4 15 GPIO_ACTIVE_LOW>; /* MX6_LOCLED# */
50 default-state = "off";
55 reg = <0x10000000 0x20000000>;
58 reg_1p0v: regulator-1p0v {
59 compatible = "regulator-fixed";
60 regulator-name = "1P0V";
61 regulator-min-microvolt = <1000000>;
62 regulator-max-microvolt = <1000000>;
66 reg_3p3v: regulator-3p3v {
67 compatible = "regulator-fixed";
68 regulator-name = "3P3V";
69 regulator-min-microvolt = <3300000>;
70 regulator-max-microvolt = <3300000>;
74 reg_5p0v: regulator-5p0v {
75 compatible = "regulator-fixed";
76 regulator-name = "5P0V";
77 regulator-min-microvolt = <5000000>;
78 regulator-max-microvolt = <5000000>;
84 pinctrl-names = "default";
85 pinctrl-0 = <&pinctrl_gpmi_nand>;
90 ddc-i2c-bus = <&i2c3>;
95 clock-frequency = <100000>;
96 pinctrl-names = "default";
97 pinctrl-0 = <&pinctrl_i2c1>;
101 compatible = "atmel,24c02";
107 compatible = "atmel,24c02";
113 compatible = "atmel,24c02";
119 compatible = "atmel,24c02";
125 compatible = "nxp,pca9555";
132 compatible = "dallas,ds1672";
138 clock-frequency = <100000>;
139 pinctrl-names = "default";
140 pinctrl-0 = <&pinctrl_i2c2>;
144 compatible = "lltc,ltc3676";
146 pinctrl-names = "default";
147 pinctrl-0 = <&pinctrl_pmic>;
148 interrupt-parent = <&gpio1>;
149 interrupts = <8 IRQ_TYPE_EDGE_FALLING>;
152 /* VDD_SOC (1+R1/R2 = 1.635) */
154 regulator-name = "vddsoc";
155 regulator-min-microvolt = <674400>;
156 regulator-max-microvolt = <1308000>;
157 lltc,fb-voltage-divider = <127000 200000>;
158 regulator-ramp-delay = <7000>;
163 /* VDD_1P8 (1+R1/R2 = 2.505): ENET-PHY */
165 regulator-name = "vdd1p8";
166 regulator-min-microvolt = <1033310>;
167 regulator-max-microvolt = <2004000>;
168 lltc,fb-voltage-divider = <301000 200000>;
169 regulator-ramp-delay = <7000>;
174 /* VDD_ARM (1+R1/R2 = 1.635) */
176 regulator-name = "vddarm";
177 regulator-min-microvolt = <674400>;
178 regulator-max-microvolt = <1308000>;
179 lltc,fb-voltage-divider = <127000 200000>;
180 regulator-ramp-delay = <7000>;
185 /* VDD_DDR (1+R1/R2 = 2.105) */
187 regulator-name = "vddddr";
188 regulator-min-microvolt = <868310>;
189 regulator-max-microvolt = <1684000>;
190 lltc,fb-voltage-divider = <221000 200000>;
191 regulator-ramp-delay = <7000>;
196 /* VDD_2P5 (1+R1/R2 = 3.435): PCIe/ENET-PHY */
198 regulator-name = "vdd2p5";
199 regulator-min-microvolt = <2490375>;
200 regulator-max-microvolt = <2490375>;
201 lltc,fb-voltage-divider = <487000 200000>;
206 /* VDD_HIGH (1+R1/R2 = 4.17) */
208 regulator-name = "vdd3p0";
209 regulator-min-microvolt = <3023250>;
210 regulator-max-microvolt = <3023250>;
211 lltc,fb-voltage-divider = <634000 200000>;
220 clock-frequency = <100000>;
221 pinctrl-names = "default";
222 pinctrl-0 = <&pinctrl_i2c3>;
227 pinctrl-names = "default";
228 pinctrl-0 = <&pinctrl_pcie>;
229 reset-gpio = <&gpio1 29 GPIO_ACTIVE_LOW>;
234 pinctrl-names = "default";
235 pinctrl-0 = <&pinctrl_pwm2>; /* MX6_DIO1 */
240 pinctrl-names = "default";
241 pinctrl-0 = <&pinctrl_pwm3>; /* MX6_DIO2 */
246 pinctrl-names = "default";
247 pinctrl-0 = <&pinctrl_uart2>;
252 pinctrl-names = "default";
253 pinctrl-0 = <&pinctrl_uart3>;
258 pinctrl-names = "default";
259 pinctrl-0 = <&pinctrl_uart5>;
267 pinctrl-names = "default";
268 pinctrl-0 = <&pinctrl_wdog>;
269 fsl,ext-reset-output;
273 pinctrl_gpio_leds: gpioledsgrp {
275 MX6QDL_PAD_KEY_COL0__GPIO4_IO06 0x1b0b0
276 MX6QDL_PAD_KEY_ROW0__GPIO4_IO07 0x1b0b0
277 MX6QDL_PAD_KEY_ROW4__GPIO4_IO15 0x1b0b0
281 pinctrl_gpmi_nand: gpminandgrp {
283 MX6QDL_PAD_NANDF_CLE__NAND_CLE 0xb0b1
284 MX6QDL_PAD_NANDF_ALE__NAND_ALE 0xb0b1
285 MX6QDL_PAD_NANDF_WP_B__NAND_WP_B 0xb0b1
286 MX6QDL_PAD_NANDF_RB0__NAND_READY_B 0xb000
287 MX6QDL_PAD_NANDF_CS0__NAND_CE0_B 0xb0b1
288 MX6QDL_PAD_SD4_CMD__NAND_RE_B 0xb0b1
289 MX6QDL_PAD_SD4_CLK__NAND_WE_B 0xb0b1
290 MX6QDL_PAD_NANDF_D0__NAND_DATA00 0xb0b1
291 MX6QDL_PAD_NANDF_D1__NAND_DATA01 0xb0b1
292 MX6QDL_PAD_NANDF_D2__NAND_DATA02 0xb0b1
293 MX6QDL_PAD_NANDF_D3__NAND_DATA03 0xb0b1
294 MX6QDL_PAD_NANDF_D4__NAND_DATA04 0xb0b1
295 MX6QDL_PAD_NANDF_D5__NAND_DATA05 0xb0b1
296 MX6QDL_PAD_NANDF_D6__NAND_DATA06 0xb0b1
297 MX6QDL_PAD_NANDF_D7__NAND_DATA07 0xb0b1
301 pinctrl_i2c1: i2c1grp {
303 MX6QDL_PAD_EIM_D21__I2C1_SCL 0x4001b8b1
304 MX6QDL_PAD_EIM_D28__I2C1_SDA 0x4001b8b1
308 pinctrl_i2c2: i2c2grp {
310 MX6QDL_PAD_KEY_COL3__I2C2_SCL 0x4001b8b1
311 MX6QDL_PAD_KEY_ROW3__I2C2_SDA 0x4001b8b1
315 pinctrl_i2c3: i2c3grp {
317 MX6QDL_PAD_GPIO_3__I2C3_SCL 0x4001b8b1
318 MX6QDL_PAD_GPIO_6__I2C3_SDA 0x4001b8b1
322 pinctrl_pcie: pciegrp {
324 MX6QDL_PAD_ENET_TXD1__GPIO1_IO29 0x1b0b0
328 pinctrl_pmic: pmicgrp {
330 MX6QDL_PAD_GPIO_8__GPIO1_IO08 0x0001b0b0 /* PMIC_IRQ# */
334 pinctrl_pwm2: pwm2grp {
336 MX6QDL_PAD_SD1_DAT2__PWM2_OUT 0x1b0b1
340 pinctrl_pwm3: pwm3grp {
342 MX6QDL_PAD_SD1_DAT1__PWM3_OUT 0x1b0b1
346 pinctrl_uart2: uart2grp {
348 MX6QDL_PAD_SD4_DAT7__UART2_TX_DATA 0x1b0b1
349 MX6QDL_PAD_SD4_DAT4__UART2_RX_DATA 0x1b0b1
353 pinctrl_uart3: uart3grp {
355 MX6QDL_PAD_EIM_D24__UART3_TX_DATA 0x1b0b1
356 MX6QDL_PAD_EIM_D25__UART3_RX_DATA 0x1b0b1
360 pinctrl_uart5: uart5grp {
362 MX6QDL_PAD_KEY_COL1__UART5_TX_DATA 0x1b0b1
363 MX6QDL_PAD_KEY_ROW1__UART5_RX_DATA 0x1b0b1
367 pinctrl_wdog: wdoggrp {
369 MX6QDL_PAD_DISP0_DAT8__WDOG1_B 0x1b0b0