xref: /freebsd/sys/contrib/device-tree/src/arm/ti/omap/am335x-bonegreen-common.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot&ldo3_reg {
7*f126890aSEmmanuel Vadot	regulator-min-microvolt = <1800000>;
8*f126890aSEmmanuel Vadot	regulator-max-microvolt = <1800000>;
9*f126890aSEmmanuel Vadot	regulator-always-on;
10*f126890aSEmmanuel Vadot};
11*f126890aSEmmanuel Vadot
12*f126890aSEmmanuel Vadot&mmc1 {
13*f126890aSEmmanuel Vadot	vmmc-supply = <&vmmcsd_fixed>;
14*f126890aSEmmanuel Vadot};
15*f126890aSEmmanuel Vadot
16*f126890aSEmmanuel Vadot&mmc2 {
17*f126890aSEmmanuel Vadot	vmmc-supply = <&vmmcsd_fixed>;
18*f126890aSEmmanuel Vadot	pinctrl-names = "default";
19*f126890aSEmmanuel Vadot	pinctrl-0 = <&emmc_pins>;
20*f126890aSEmmanuel Vadot	bus-width = <8>;
21*f126890aSEmmanuel Vadot	status = "okay";
22*f126890aSEmmanuel Vadot};
23*f126890aSEmmanuel Vadot
24*f126890aSEmmanuel Vadot&am33xx_pinmux {
25*f126890aSEmmanuel Vadot	uart2_pins: uart2-pins {
26*f126890aSEmmanuel Vadot		pinctrl-single,pins = <
27*f126890aSEmmanuel Vadot			AM33XX_PADCONF(AM335X_PIN_SPI0_SCLK, PIN_INPUT, MUX_MODE1)	/* spi0_sclk.uart2_rxd */
28*f126890aSEmmanuel Vadot			AM33XX_PADCONF(AM335X_PIN_SPI0_D0, PIN_OUTPUT, MUX_MODE1)	/* spi0_d0.uart2_txd */
29*f126890aSEmmanuel Vadot		>;
30*f126890aSEmmanuel Vadot	};
31*f126890aSEmmanuel Vadot};
32*f126890aSEmmanuel Vadot
33*f126890aSEmmanuel Vadot&uart2 {
34*f126890aSEmmanuel Vadot	pinctrl-names = "default";
35*f126890aSEmmanuel Vadot	pinctrl-0 = <&uart2_pins>;
36*f126890aSEmmanuel Vadot	status = "okay";
37*f126890aSEmmanuel Vadot};
38*f126890aSEmmanuel Vadot
39*f126890aSEmmanuel Vadot&rtc {
40*f126890aSEmmanuel Vadot	system-power-controller;
41*f126890aSEmmanuel Vadot};
42