]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/blob - arch/arm/boot/dts/am335x-bonegreen-common.dtsi
HACK: ARM: dts: dra7-ipu-common: Revert to CMA pools for IPU early boots
[rpmsg/rpmsg.git] / arch / arm / boot / dts / am335x-bonegreen-common.dtsi
1 /*
2  * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 as
6  * published by the Free Software Foundation.
7  */
9 &ldo3_reg {
10         regulator-min-microvolt = <1800000>;
11         regulator-max-microvolt = <1800000>;
12         regulator-always-on;
13 };
15 &mmc1 {
16         vmmc-supply = <&vmmcsd_fixed>;
17 };
19 &mmc2 {
20         vmmc-supply = <&vmmcsd_fixed>;
21         pinctrl-names = "default";
22         pinctrl-0 = <&emmc_pins>;
23         bus-width = <8>;
24         status = "okay";
25 };
27 &am33xx_pinmux {
28         uart2_pins: uart2_pins {
29                 pinctrl-single,pins = <
30                         AM33XX_IOPAD(0x950, PIN_INPUT | MUX_MODE1)      /* spi0_sclk.uart2_rxd */
31                         AM33XX_IOPAD(0x954, PIN_OUTPUT | MUX_MODE1)     /* spi0_d0.uart2_txd */
32                 >;
33         };
34 };
36 &uart2 {
37         pinctrl-names = "default";
38         pinctrl-0 = <&uart2_pins>;
39         status = "okay";
40 };
42 &rtc {
43         system-power-controller;
44 };