Tony Lindgren | a015818 | 2013-12-06 14:20:16 -0800 | [diff] [blame] | 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; |
Yegor Yefremov | a5e743c | 2017-03-17 12:11:55 -0700 | [diff] [blame] | 16 | can = &hecc; |
Tony Lindgren | a015818 | 2013-12-06 14:20:16 -0800 | [diff] [blame] | 17 | }; |
| 18 | |
Javier Martinez Canillas | f515f81 | 2016-08-01 12:46:55 -0400 | [diff] [blame] | 19 | ocp@68000000 { |
Tony Lindgren | a015818 | 2013-12-06 14:20:16 -0800 | [diff] [blame] | 20 | am35x_otg_hs: am35x_otg_hs@5c040000 { |
| 21 | compatible = "ti,omap3-musb"; |
| 22 | ti,hwmods = "am35x_otg_hs"; |
| 23 | status = "disabled"; |
| 24 | reg = <0x5c040000 0x1000>; |
| 25 | interrupts = <71>; |
| 26 | interrupt-names = "mc"; |
| 27 | }; |
| 28 | |
Mathieu Malaterre | 9b490b3 | 2017-12-15 13:46:51 +0100 | [diff] [blame] | 29 | davinci_emac: ethernet@5c000000 { |
Tony Lindgren | a015818 | 2013-12-06 14:20:16 -0800 | [diff] [blame] | 30 | compatible = "ti,am3517-emac"; |
| 31 | ti,hwmods = "davinci_emac"; |
| 32 | status = "disabled"; |
| 33 | reg = <0x5c000000 0x30000>; |
| 34 | interrupts = <67 68 69 70>; |
Tero Kristo | b884507 | 2015-02-24 16:22:45 +0200 | [diff] [blame] | 35 | syscon = <&scm_conf>; |
Tony Lindgren | a015818 | 2013-12-06 14:20:16 -0800 | [diff] [blame] | 36 | ti,davinci-ctrl-reg-offset = <0x10000>; |
| 37 | ti,davinci-ctrl-mod-reg-offset = <0>; |
| 38 | ti,davinci-ctrl-ram-offset = <0x20000>; |
| 39 | ti,davinci-ctrl-ram-size = <0x2000>; |
| 40 | ti,davinci-rmii-en = /bits/ 8 <1>; |
| 41 | local-mac-address = [ 00 00 00 00 00 00 ]; |
Adam Ford | 0144eb2 | 2018-06-25 07:41:33 -0500 | [diff] [blame] | 42 | clocks = <&emac_ick>; |
| 43 | clock-names = "ick"; |
Tony Lindgren | a015818 | 2013-12-06 14:20:16 -0800 | [diff] [blame] | 44 | }; |
| 45 | |
Mathieu Malaterre | 9b490b3 | 2017-12-15 13:46:51 +0100 | [diff] [blame] | 46 | davinci_mdio: ethernet@5c030000 { |
Tony Lindgren | a015818 | 2013-12-06 14:20:16 -0800 | [diff] [blame] | 47 | compatible = "ti,davinci_mdio"; |
| 48 | ti,hwmods = "davinci_mdio"; |
| 49 | status = "disabled"; |
| 50 | reg = <0x5c030000 0x1000>; |
| 51 | bus_freq = <1000000>; |
| 52 | #address-cells = <1>; |
| 53 | #size-cells = <0>; |
Adam Ford | 0144eb2 | 2018-06-25 07:41:33 -0500 | [diff] [blame] | 54 | clocks = <&emac_fck>; |
| 55 | clock-names = "fck"; |
Tony Lindgren | a015818 | 2013-12-06 14:20:16 -0800 | [diff] [blame] | 56 | }; |
| 57 | |
| 58 | uart4: serial@4809e000 { |
| 59 | compatible = "ti,omap3-uart"; |
| 60 | ti,hwmods = "uart4"; |
| 61 | status = "disabled"; |
| 62 | reg = <0x4809e000 0x400>; |
| 63 | interrupts = <84>; |
| 64 | dmas = <&sdma 55 &sdma 54>; |
| 65 | dma-names = "tx", "rx"; |
| 66 | clock-frequency = <48000000>; |
| 67 | }; |
Andrey Skvortsov | 32ace03 | 2015-05-11 00:27:53 +0300 | [diff] [blame] | 68 | |
| 69 | omap3_pmx_core2: pinmux@480025d8 { |
| 70 | compatible = "ti,omap3-padconf", "pinctrl-single"; |
| 71 | reg = <0x480025d8 0x24>; |
| 72 | #address-cells = <1>; |
| 73 | #size-cells = <0>; |
Tony Lindgren | be76fd3 | 2016-11-07 08:27:49 -0700 | [diff] [blame] | 74 | #pinctrl-cells = <1>; |
Andrey Skvortsov | 32ace03 | 2015-05-11 00:27:53 +0300 | [diff] [blame] | 75 | #interrupt-cells = <1>; |
| 76 | interrupt-controller; |
| 77 | pinctrl-single,register-width = <16>; |
| 78 | pinctrl-single,function-mask = <0xff1f>; |
| 79 | }; |
Yegor Yefremov | a5e743c | 2017-03-17 12:11:55 -0700 | [diff] [blame] | 80 | |
| 81 | hecc: can@5c050000 { |
| 82 | compatible = "ti,am3517-hecc"; |
| 83 | status = "disabled"; |
| 84 | reg = <0x5c050000 0x80>, |
| 85 | <0x5c053000 0x180>, |
| 86 | <0x5c052000 0x200>; |
| 87 | reg-names = "hecc", "hecc-ram", "mbx"; |
| 88 | interrupts = <24>; |
| 89 | clocks = <&hecc_ck>; |
| 90 | }; |
Tony Lindgren | a015818 | 2013-12-06 14:20:16 -0800 | [diff] [blame] | 91 | }; |
| 92 | }; |
Tero Kristo | fdff8a1 | 2013-07-25 11:28:54 +0300 | [diff] [blame] | 93 | |
Adam Ford | 9238474 | 2018-07-11 12:54:54 -0500 | [diff] [blame] | 94 | /* Table Table 5-79 of the TRM shows 480ab000 is reserved */ |
| 95 | &usb_otg_hs { |
| 96 | status = "disabled"; |
| 97 | }; |
| 98 | |
Suman Anna | 4c05160 | 2014-04-22 17:23:37 -0500 | [diff] [blame] | 99 | &iva { |
| 100 | status = "disabled"; |
| 101 | }; |
| 102 | |
| 103 | &mailbox { |
| 104 | status = "disabled"; |
| 105 | }; |
| 106 | |
| 107 | &mmu_isp { |
| 108 | status = "disabled"; |
| 109 | }; |
| 110 | |
Tero Kristo | fdff8a1 | 2013-07-25 11:28:54 +0300 | [diff] [blame] | 111 | /include/ "am35xx-clocks.dtsi" |
| 112 | /include/ "omap36xx-am35xx-omap3430es2plus-clocks.dtsi" |