blob: 71317e372ec7f38143f4ad59a43a601ff9f6199e [file] [log] [blame]
Robert Nelsona0c2b612016-12-27 11:58:36 -06001/*
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 = <
Christina Quaste52a7202019-04-09 18:03:40 +020030 AM33XX_PADCONF(AM335X_PIN_SPI0_SCLK, PIN_INPUT, MUX_MODE1) /* spi0_sclk.uart2_rxd */
31 AM33XX_PADCONF(AM335X_PIN_SPI0_D0, PIN_OUTPUT, MUX_MODE1) /* spi0_d0.uart2_txd */
Robert Nelsona0c2b612016-12-27 11:58:36 -060032 >;
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};