ARM: dts: am43x-epos-evm: add SD card hotplug support
[deliverable/linux.git] / arch / arm / boot / dts / omap36xx.dtsi
CommitLineData
642f12b4
TL
1/*
2 * Device Tree Source for OMAP3 SoC
3 *
4 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
5 *
6 * This file is licensed under the terms of the GNU General Public License
7 * version 2. This program is licensed "as is" without any warranty of any
8 * kind, whether express or implied.
9 */
10
98ef7957 11#include "omap3.dtsi"
642f12b4
TL
12
13/ {
14 aliases {
15 serial3 = &uart4;
16 };
17
3027e267
NM
18 cpus {
19 /* OMAP3630/OMAP37xx 'standard device' variants OPP50 to OPP130 */
20 cpu@0 {
21 operating-points = <
22 /* kHz uV */
e011cf69
NM
23 300000 1012500
24 600000 1200000
25 800000 1325000
3027e267
NM
26 >;
27 clock-latency = <300000>; /* From legacy driver */
28 };
29 };
30
642f12b4
TL
31 ocp {
32 uart4: serial@49042000 {
33 compatible = "ti,omap3-uart";
d7c8f259
TL
34 reg = <0x49042000 0x400>;
35 interrupts = <80>;
36 dmas = <&sdma 81 &sdma 82>;
37 dma-names = "tx", "rx";
642f12b4
TL
38 ti,hwmods = "uart4";
39 clock-frequency = <48000000>;
40 };
3d495383
LP
41
42 omap3_pmx_core2: pinmux@480025a0 {
43 compatible = "ti,omap3-padconf", "pinctrl-single";
44 reg = <0x480025a0 0x5c>;
45 #address-cells = <1>;
46 #size-cells = <0>;
47 #interrupt-cells = <1>;
48 interrupt-controller;
49 pinctrl-single,register-width = <16>;
50 pinctrl-single,function-mask = <0xff1f>;
51 };
642f12b4
TL
52 };
53};
657fc11c
TK
54
55/include/ "omap36xx-clocks.dtsi"
56/include/ "omap34xx-omap36xx-clocks.dtsi"
57/include/ "omap36xx-omap3430es2plus-clocks.dtsi"
d30492ad 58/include/ "omap36xx-am35xx-omap3430es2plus-clocks.dtsi"
This page took 0.102139 seconds and 5 git commands to generate.