xref: /linux/scripts/dtc/include-prefixes/arm/nxp/imx/imx6qdl-hummingboard2-emmc.dtsi (revision c771600c6af14749609b49565ffb4cac2959710d)
1724ba675SRob Herring/*
2724ba675SRob Herring * Device Tree file for SolidRun HummingBoard2
3724ba675SRob Herring * Copyright (C) 2015 Rabeeh Khoury <rabeeh@solid-run.com>
4724ba675SRob Herring *
5724ba675SRob Herring * This file is dual-licensed: you can use it either under the terms
6724ba675SRob Herring * of the GPL or the X11 license, at your option. Note that this dual
7724ba675SRob Herring * licensing only applies to this file, and not this project as a
8724ba675SRob Herring * whole.
9724ba675SRob Herring *
10724ba675SRob Herring *  a) This file is free software; you can redistribute it and/or
11724ba675SRob Herring *     modify it under the terms of the GNU General Public License as
12724ba675SRob Herring *     published by the Free Software Foundation; either version 2 of the
13724ba675SRob Herring *     License.
14724ba675SRob Herring *
15724ba675SRob Herring *     This file is distributed in the hope that it will be useful,
16724ba675SRob Herring *     but WITHOUT ANY WARRANTY; without even the implied warranty of
17724ba675SRob Herring *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18724ba675SRob Herring *     GNU General Public License for more details.
19724ba675SRob Herring *
20724ba675SRob Herring * Or, alternatively,
21724ba675SRob Herring *
22724ba675SRob Herring *  b) Permission is hereby granted, free of charge, to any person
23724ba675SRob Herring *     obtaining a copy of this software and associated documentation
24724ba675SRob Herring *     files (the "Software"), to deal in the Software without
25724ba675SRob Herring *     restriction, including without limitation the rights to use
26724ba675SRob Herring *     copy, modify, merge, publish, distribute, sublicense, and/or
27724ba675SRob Herring *     sell copies of the Software, and to permit persons to whom the
28724ba675SRob Herring *     Software is furnished to do so, subject to the following
29724ba675SRob Herring *     conditions:
30724ba675SRob Herring *
31724ba675SRob Herring *     The above copyright notice and this permission notice shall be
32724ba675SRob Herring *     included in all copies or substantial portions of the Software.
33724ba675SRob Herring *
34724ba675SRob Herring *     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
35724ba675SRob Herring *     EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
36724ba675SRob Herring *     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
37724ba675SRob Herring *     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
38724ba675SRob Herring *     HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
39724ba675SRob Herring *     WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
40724ba675SRob Herring *     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
41724ba675SRob Herring *     OTHER DEALINGS IN THE SOFTWARE.
42724ba675SRob Herring */
43724ba675SRob Herring
44724ba675SRob Herring&iomuxc {
45*63ba0df2SMarek Vasut	pinctrl_hummingboard2_usdhc3: hummingboard2-usdhc3grp {
46724ba675SRob Herring		fsl,pins = <
47724ba675SRob Herring			MX6QDL_PAD_SD3_CMD__SD3_CMD    0x17059
48724ba675SRob Herring			MX6QDL_PAD_SD3_CLK__SD3_CLK    0x10059
49724ba675SRob Herring			MX6QDL_PAD_SD3_DAT0__SD3_DATA0 0x17059
50724ba675SRob Herring			MX6QDL_PAD_SD3_DAT1__SD3_DATA1 0x17059
51724ba675SRob Herring			MX6QDL_PAD_SD3_DAT2__SD3_DATA2 0x17059
52724ba675SRob Herring			MX6QDL_PAD_SD3_DAT3__SD3_DATA3 0x17059
53724ba675SRob Herring			MX6QDL_PAD_SD3_DAT4__SD3_DATA4 0x17059
54724ba675SRob Herring			MX6QDL_PAD_SD3_DAT5__SD3_DATA5 0x17059
55724ba675SRob Herring			MX6QDL_PAD_SD3_DAT6__SD3_DATA6 0x17059
56724ba675SRob Herring			MX6QDL_PAD_SD3_DAT7__SD3_DATA7 0x17059
57724ba675SRob Herring			MX6QDL_PAD_SD3_RST__SD3_RESET  0x17059
58724ba675SRob Herring		>;
59724ba675SRob Herring	};
60724ba675SRob Herring};
61724ba675SRob Herring
62724ba675SRob Herring&usdhc3 {
63724ba675SRob Herring	pinctrl-names = "default";
64724ba675SRob Herring	pinctrl-0 = <&pinctrl_hummingboard2_usdhc3>;
65724ba675SRob Herring	vmmc-supply = <&v_3v2>;
66724ba675SRob Herring	vqmmc-supply = <&v_3v2>;
67724ba675SRob Herring	bus-width = <8>;
68724ba675SRob Herring	non-removable;
69724ba675SRob Herring	status = "okay";
70724ba675SRob Herring};
71