2 * Copyright (C) 2015 Lucas Stach <kernel@pengutronix.de>
4 * This file is dual-licensed: you can use it either under the terms
5 * of the GPL or the X11 license, at your option. Note that this dual
6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * version 2 as published by the Free Software Foundation.
13 * This file is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
20 * b) Permission is hereby granted, free of charge, to any person
21 * obtaining a copy of this software and associated documentation
22 * files (the "Software"), to deal in the Software without
23 * restriction, including without limitation the rights to use,
24 * copy, modify, merge, publish, distribute, sublicense, and/or
25 * sell copies of the Software, and to permit persons to whom the
26 * Software is furnished to do so, subject to the following
29 * The above copyright notice and this permission notice shall be
30 * included in all copies or substantial portions of the Software.
32 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
33 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
34 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
35 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
36 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
37 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
38 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
39 * OTHER DEALINGS IN THE SOFTWARE.
45 #include "imx6qdl-sr-som.dtsi"
46 #include "imx6qdl-sr-som-brcm.dtsi"
49 model = "Auvidea H100";
50 compatible = "auvidea,h100", "fsl,imx6q";
52 /* Will be filled by the bootloader */
54 device_type = "memory";
68 compatible = "fixed-clock";
69 clock-output-names = "hdmi-osc";
70 clock-frequency = <27000000>;
75 compatible = "gpio-leds";
76 pinctrl-names = "default";
77 pinctrl-0 = <&pinctrl_h100_leds>;
81 gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
87 gpios = <&gpio2 29 GPIO_ACTIVE_LOW>;
88 default-state = "off";
93 gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
94 default-state = "off";
98 reg_3p3v: regulator-3p3v {
99 compatible = "regulator-fixed";
100 regulator-name = "3P3V";
101 regulator-min-microvolt = <3300000>;
102 regulator-max-microvolt = <3300000>;
105 reg_hdmi: regulator-hdmi {
106 pinctrl-names = "default";
107 pinctrl-0 = <&pinctrl_h100_reg_hdmi>;
108 compatible = "regulator-fixed";
110 gpio = <&gpio2 20 GPIO_ACTIVE_HIGH>;
111 regulator-name = "V_HDMI";
112 regulator-min-microvolt = <5000000>;
113 regulator-max-microvolt = <5000000>;
117 reg_usbh1_vbus: regulator-usb-h1-vbus {
118 compatible = "regulator-fixed";
120 gpio = <&gpio1 0 GPIO_ACTIVE_HIGH>;
121 pinctrl-names = "default";
122 pinctrl-0 = <&pinctrl_h100_usbh1_vbus>;
123 regulator-name = "USB_H1_VBUS";
124 regulator-min-microvolt = <5000000>;
125 regulator-max-microvolt = <5000000>;
128 reg_usbotg_vbus: regulator-usb-otg-vbus {
129 compatible = "regulator-fixed";
131 gpio = <&gpio3 22 GPIO_ACTIVE_HIGH>;
132 pinctrl-names = "default";
133 pinctrl-0 = <&pinctrl_h100_usbotg_vbus>;
134 regulator-name = "USB_OTG_VBUS";
135 regulator-min-microvolt = <5000000>;
136 regulator-max-microvolt = <5000000>;
140 compatible = "fsl,imx-audio-sgtl5000";
141 model = "H100 on-board codec";
142 audio-codec = <&sgtl5000>;
144 "MIC_IN", "Mic Jack",
145 "Mic Jack", "Mic Bias",
146 "Headphone Jack", "HP_OUT";
149 ssi-controller = <&ssi1>;
158 pinctrl-names = "default";
159 pinctrl-0 = <&pinctrl_h100_hdmi>;
160 ddc-i2c-bus = <&i2c2>;
165 pinctrl-names = "default";
166 pinctrl-0 = <&pinctrl_h100_i2c1>;
170 compatible = "microchip,24c02", "atmel,24c02";
175 compatible = "nxp,pcf8523";
179 sgtl5000: sgtl5000@a {
180 compatible = "fsl,sgtl5000";
182 pinctrl-names = "default";
183 pinctrl-0 = <&pinctrl_h100_sgtl5000>;
184 clocks = <&clks IMX6QDL_CLK_CKO>;
185 VDDA-supply = <®_3p3v>;
186 VDDIO-supply = <®_3p3v>;
189 tc358743: tc358743@f {
190 compatible = "toshiba,tc358743";
192 pinctrl-names = "default";
193 pinctrl-0 = <&pinctrl_h100_tc358743>;
194 clocks = <&hdmi_osc>;
195 clock-names = "refclk";
196 reset-gpios = <&gpio6 15 GPIO_ACTIVE_LOW>;
197 /* IRQ has a wrong pull resistor which renders it useless */
200 tc358743_out: endpoint {
201 remote-endpoint = <&mipi_csi2_in>;
202 data-lanes = <1 2 3 4>;
205 link-frequencies = /bits/ 64 <297000000>;
212 clock-frequency = <100000>;
213 pinctrl-names = "default";
214 pinctrl-0 = <&pinctrl_h100_i2c2>;
220 pinctrl_h100_hdmi: h100-hdmi {
222 MX6QDL_PAD_KEY_ROW2__HDMI_TX_CEC_LINE 0x1f8b0
226 pinctrl_h100_i2c1: h100-i2c1 {
228 MX6QDL_PAD_EIM_D21__I2C1_SCL 0x4001b8b1
229 MX6QDL_PAD_EIM_D28__I2C1_SDA 0x4001b8b1
233 pinctrl_h100_i2c2: h100-i2c2 {
235 MX6QDL_PAD_KEY_COL3__I2C2_SCL 0x4001b8b1
236 MX6QDL_PAD_KEY_ROW3__I2C2_SDA 0x4001b8b1
240 pinctrl_h100_leds: pinctrl-h100-leds {
242 MX6QDL_PAD_EIM_DA0__GPIO3_IO00 0x1b0b0
243 MX6QDL_PAD_EIM_EB1__GPIO2_IO29 0x1b0b0
244 MX6QDL_PAD_EIM_EB0__GPIO2_IO28 0x1b0b0
248 pinctrl_h100_reg_hdmi: h100-reg-hdmi {
250 MX6QDL_PAD_EIM_A18__GPIO2_IO20 0x1b0b0
254 pinctrl_h100_sgtl5000: h100-sgtl5000 {
256 MX6QDL_PAD_DISP0_DAT19__AUD5_RXD 0x130b0
257 MX6QDL_PAD_KEY_COL0__AUD5_TXC 0x130b0
258 MX6QDL_PAD_KEY_ROW0__AUD5_TXD 0x110b0
259 MX6QDL_PAD_KEY_COL1__AUD5_TXFS 0x130b0
260 MX6QDL_PAD_GPIO_5__CCM_CLKO1 0x130b0
264 pinctrl_h100_tc358743: h100-tc358743 {
266 MX6QDL_PAD_NANDF_CS2__GPIO6_IO15 0x1b0b0
270 pinctrl_h100_uart2: h100-uart2 {
272 MX6QDL_PAD_SD4_DAT4__UART2_RX_DATA 0x1b0b1
273 MX6QDL_PAD_SD4_DAT7__UART2_TX_DATA 0x1b0b1
277 pinctrl_h100_usbh1_vbus: hummingboard-usbh1-vbus {
279 MX6QDL_PAD_GPIO_0__GPIO1_IO00 0x1b0b0
283 pinctrl_h100_usbotg_id: hummingboard-usbotg-id {
285 MX6QDL_PAD_GPIO_1__USB_OTG_ID 0x13059
289 pinctrl_h100_usbotg_vbus: hummingboard-usbotg-vbus {
291 MX6QDL_PAD_EIM_D22__GPIO3_IO22 0x1b0b0
295 pinctrl_h100_usdhc2: h100-usdhc2 {
297 MX6QDL_PAD_GPIO_4__GPIO1_IO04 0x1f071
298 MX6QDL_PAD_SD2_CMD__SD2_CMD 0x17059
299 MX6QDL_PAD_SD2_CLK__SD2_CLK 0x10059
300 MX6QDL_PAD_SD2_DAT0__SD2_DATA0 0x17059
301 MX6QDL_PAD_SD2_DAT1__SD2_DATA1 0x17059
302 MX6QDL_PAD_SD2_DAT2__SD2_DATA2 0x17059
303 MX6QDL_PAD_SD2_DAT3__SD2_DATA3 0x13059
304 MX6QDL_PAD_KEY_ROW1__SD2_VSELECT 0x1b0b0
308 pinctrl_h100_usdhc2_100mhz: h100-usdhc2-100mhz {
310 MX6QDL_PAD_GPIO_4__GPIO1_IO04 0x1f071
311 MX6QDL_PAD_SD2_CMD__SD2_CMD 0x170b9
312 MX6QDL_PAD_SD2_CLK__SD2_CLK 0x100b9
313 MX6QDL_PAD_SD2_DAT0__SD2_DATA0 0x170b9
314 MX6QDL_PAD_SD2_DAT1__SD2_DATA1 0x170b9
315 MX6QDL_PAD_SD2_DAT2__SD2_DATA2 0x170b9
316 MX6QDL_PAD_SD2_DAT3__SD2_DATA3 0x170b9
317 MX6QDL_PAD_KEY_ROW1__SD2_VSELECT 0x1b0b0
321 pinctrl_h100_usdhc2_200mhz: h100-usdhc2-200mhz {
323 MX6QDL_PAD_GPIO_4__GPIO1_IO04 0x1f071
324 MX6QDL_PAD_SD2_CMD__SD2_CMD 0x170f9
325 MX6QDL_PAD_SD2_CLK__SD2_CLK 0x100f9
326 MX6QDL_PAD_SD2_DAT0__SD2_DATA0 0x170f9
327 MX6QDL_PAD_SD2_DAT1__SD2_DATA1 0x170f9
328 MX6QDL_PAD_SD2_DAT2__SD2_DATA2 0x170f9
329 MX6QDL_PAD_SD2_DAT3__SD2_DATA3 0x170f9
330 MX6QDL_PAD_KEY_ROW1__SD2_VSELECT 0x1b0b0
340 mipi_csi2_in: endpoint {
341 remote-endpoint = <&tc358743_out>;
342 data-lanes = <1 2 3 4>;
345 link-frequencies = /bits/ 64 <297000000>;
355 pinctrl-names = "default";
356 pinctrl-0 = <&pinctrl_h100_uart2>;
361 disable-over-current;
362 vbus-supply = <®_usbh1_vbus>;
367 disable-over-current;
368 pinctrl-names = "default";
369 pinctrl-0 = <&pinctrl_h100_usbotg_id>;
370 vbus-supply = <®_usbotg_vbus>;
375 pinctrl-names = "default", "state_100mhz", "state_200mhz";
376 pinctrl-0 = <&pinctrl_h100_usdhc2>;
377 pinctrl-1 = <&pinctrl_h100_usdhc2_100mhz>;
378 pinctrl-2 = <&pinctrl_h100_usdhc2_200mhz>;
379 vmmc-supply = <®_3p3v>;
380 cd-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;