• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 */
8
9&ldo3_reg {
10	regulator-min-microvolt = <1800000>;
11	regulator-max-microvolt = <1800000>;
12	regulator-always-on;
13};
14
15&mmc1 {
16	vmmc-supply = <&vmmcsd_fixed>;
17};
18
19&mmc2 {
20	vmmc-supply = <&vmmcsd_fixed>;
21	pinctrl-names = "default";
22	pinctrl-0 = <&emmc_pins>;
23	bus-width = <8>;
24	status = "okay";
25};
26
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};
35
36&uart2 {
37	pinctrl-names = "default";
38	pinctrl-0 = <&uart2_pins>;
39	status = "okay";
40};
41
42&rtc {
43	system-power-controller;
44};
45