2 * Copyright 2012 Freescale Semiconductor, Inc.
3 * Copyright 2011 Linaro Ltd.
5 * The code contained herein is licensed under the GNU General Public
6 * License. You may obtain a copy of the GNU General Public License
7 * Version 2 or later at the following locations:
9 * http://www.opensource.org/licenses/gpl-license.html
10 * http://www.gnu.org/copyleft/gpl.html
15 reg = <0x10000000 0x40000000>;
19 compatible = "simple-bus";
21 reg_usb_otg_vbus: usb_otg_vbus {
22 compatible = "regulator-fixed";
23 regulator-name = "usb_otg_vbus";
24 regulator-min-microvolt = <5000000>;
25 regulator-max-microvolt = <5000000>;
32 compatible = "gpio-keys";
37 linux,code = <115>; /* KEY_VOLUMEUP */
41 label = "Volume Down";
43 linux,code = <114>; /* KEY_VOLUMEDOWN */
49 pinctrl-names = "default";
50 pinctrl-0 = <&pinctrl_enet_1>;
56 pinctrl-names = "default";
57 pinctrl-0 = <&pinctrl_uart1_1>;
66 vbus-supply = <®_usb_otg_vbus>;
67 pinctrl-names = "default";
68 pinctrl-0 = <&pinctrl_usbotg_2>;
74 pinctrl-names = "default";
75 pinctrl-0 = <&pinctrl_usdhc2_1>;
76 cd-gpios = <&gpio2 2 0>;
77 wp-gpios = <&gpio2 3 0>;
82 pinctrl-names = "default";
83 pinctrl-0 = <&pinctrl_usdhc3_1>;
84 cd-gpios = <&gpio2 0 0>;
85 wp-gpios = <&gpio2 1 0>;