x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
[cris-mirror.git] / arch / arm / boot / dts / am335x-bonegreen-common.dtsi
blob853e6d3a028dc4c4eb31c23712a808d35e49ee78
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;
15 &mmc1 {
16         vmmc-supply = <&vmmcsd_fixed>;
19 &mmc2 {
20         vmmc-supply = <&vmmcsd_fixed>;
21         pinctrl-names = "default";
22         pinctrl-0 = <&emmc_pins>;
23         bus-width = <8>;
24         status = "okay";
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         };
36 &uart2 {
37         pinctrl-names = "default";
38         pinctrl-0 = <&uart2_pins>;
39         status = "okay";
42 &rtc {
43         system-power-controller;