blob: 9f7fb63744d01deacc017361df2334d12d52ae8d [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001// SPDX-License-Identifier: GPL-2.0-only
Robert Nelsona0c2b612016-12-27 11:58:36 -06002/*
Alexander A. Klimov75f66812020-07-08 11:34:51 +02003 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
Robert Nelsona0c2b612016-12-27 11:58:36 -06004 */
5
6&ldo3_reg {
7 regulator-min-microvolt = <1800000>;
8 regulator-max-microvolt = <1800000>;
9 regulator-always-on;
10};
11
12&mmc1 {
13 vmmc-supply = <&vmmcsd_fixed>;
14};
15
16&mmc2 {
17 vmmc-supply = <&vmmcsd_fixed>;
18 pinctrl-names = "default";
19 pinctrl-0 = <&emmc_pins>;
20 bus-width = <8>;
21 status = "okay";
22};
23
24&am33xx_pinmux {
25 uart2_pins: uart2_pins {
26 pinctrl-single,pins = <
Christina Quaste52a7202019-04-09 18:03:40 +020027 AM33XX_PADCONF(AM335X_PIN_SPI0_SCLK, PIN_INPUT, MUX_MODE1) /* spi0_sclk.uart2_rxd */
28 AM33XX_PADCONF(AM335X_PIN_SPI0_D0, PIN_OUTPUT, MUX_MODE1) /* spi0_d0.uart2_txd */
Robert Nelsona0c2b612016-12-27 11:58:36 -060029 >;
30 };
31};
32
33&uart2 {
34 pinctrl-names = "default";
35 pinctrl-0 = <&uart2_pins>;
36 status = "okay";
37};
38
39&rtc {
40 system-power-controller;
41};