Merge remote-tracking branches 'asoc/fix/adsp', 'asoc/fix/arizona', 'asoc/fix/atmel...
[linux-drm-fsl-dcu.git] / arch / arm / boot / dts / am3517.dtsi
1 /*
2  * Device Tree Source for am3517 SoC
3  *
4  * Copyright (C) 2013 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
11 #include "omap3.dtsi"
12
13 / {
14         aliases {
15                 serial3 = &uart4;
16         };
17
18         ocp {
19                 am35x_otg_hs: am35x_otg_hs@5c040000 {
20                         compatible = "ti,omap3-musb";
21                         ti,hwmods = "am35x_otg_hs";
22                         status = "disabled";
23                         reg = <0x5c040000 0x1000>;
24                         interrupts = <71>;
25                         interrupt-names = "mc";
26                 };
27
28                 davinci_emac: ethernet@0x5c000000 {
29                         compatible = "ti,am3517-emac";
30                         ti,hwmods = "davinci_emac";
31                         status = "disabled";
32                         reg = <0x5c000000 0x30000>;
33                         interrupts = <67 68 69 70>;
34                         ti,davinci-ctrl-reg-offset = <0x10000>;
35                         ti,davinci-ctrl-mod-reg-offset = <0>;
36                         ti,davinci-ctrl-ram-offset = <0x20000>;
37                         ti,davinci-ctrl-ram-size = <0x2000>;
38                         ti,davinci-rmii-en = /bits/ 8 <1>;
39                         local-mac-address = [ 00 00 00 00 00 00 ];
40                 };
41
42                 davinci_mdio: ethernet@0x5c030000 {
43                         compatible = "ti,davinci_mdio";
44                         ti,hwmods = "davinci_mdio";
45                         status = "disabled";
46                         reg = <0x5c030000 0x1000>;
47                         bus_freq = <1000000>;
48                         #address-cells = <1>;
49                         #size-cells = <0>;
50                 };
51
52                 uart4: serial@4809e000 {
53                         compatible = "ti,omap3-uart";
54                         ti,hwmods = "uart4";
55                         status = "disabled";
56                         reg = <0x4809e000 0x400>;
57                         interrupts = <84>;
58                         dmas = <&sdma 55 &sdma 54>;
59                         dma-names = "tx", "rx";
60                         clock-frequency = <48000000>;
61                 };
62         };
63 };