blob: 718fa88407cdb4321bec1890a5893d8f9430ba8e [file] [log] [blame]
Tony Lindgren642f12b2012-09-10 10:20:44 -07001/*
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
Sakari Ailuse5211762015-03-19 01:50:23 +020011#include <dt-bindings/media/omap3-isp.h>
12
Florian Vaussard98ef79572013-05-31 14:32:55 +020013#include "omap3.dtsi"
Tony Lindgren642f12b2012-09-10 10:20:44 -070014
15/ {
16 aliases {
17 serial3 = &uart4;
18 };
19
Nishanth Menon3027e262013-03-19 12:53:04 -050020 cpus {
21 /* OMAP3630/OMAP37xx 'standard device' variants OPP50 to OPP130 */
22 cpu@0 {
23 operating-points = <
24 /* kHz uV */
Nishanth Menone011cf62013-04-26 12:39:32 -050025 300000 1012500
26 600000 1200000
27 800000 1325000
Nishanth Menon3027e262013-03-19 12:53:04 -050028 >;
29 clock-latency = <300000>; /* From legacy driver */
30 };
31 };
32
Javier Martinez Canillasf515f812016-08-01 12:46:55 -040033 ocp@68000000 {
Tony Lindgren642f12b2012-09-10 10:20:44 -070034 uart4: serial@49042000 {
35 compatible = "ti,omap3-uart";
Tony Lindgrend7c8f252013-10-17 15:15:22 -070036 reg = <0x49042000 0x400>;
37 interrupts = <80>;
38 dmas = <&sdma 81 &sdma 82>;
39 dma-names = "tx", "rx";
Tony Lindgren642f12b2012-09-10 10:20:44 -070040 ti,hwmods = "uart4";
41 clock-frequency = <48000000>;
42 };
Laurent Pinchart3d495382014-01-07 14:01:39 -080043
Andrii.Tseglytskyib391d382014-03-03 20:20:21 +053044 abb_mpu_iva: regulator-abb-mpu {
45 compatible = "ti,abb-v1";
46 regulator-name = "abb_mpu_iva";
Geert Uytterhoeven3023aa42016-04-20 17:32:09 +020047 #address-cells = <0>;
Andrii.Tseglytskyib391d382014-03-03 20:20:21 +053048 #size-cells = <0>;
49 reg = <0x483072f0 0x8>, <0x48306818 0x4>;
50 reg-names = "base-address", "int-address";
51 ti,tranxdone-status-mask = <0x4000000>;
52 clocks = <&sys_ck>;
53 ti,settling-time = <30>;
54 ti,clock-cycles = <8>;
55 ti,abb_info = <
56 /*uV ABB efuse rbb_m fbb_m vset_m*/
57 1012500 0 0 0 0 0
58 1200000 0 0 0 0 0
59 1325000 0 0 0 0 0
60 1375000 1 0 0 0 0
61 >;
62 };
63
Laurent Pinchart3d495382014-01-07 14:01:39 -080064 omap3_pmx_core2: pinmux@480025a0 {
65 compatible = "ti,omap3-padconf", "pinctrl-single";
66 reg = <0x480025a0 0x5c>;
67 #address-cells = <1>;
68 #size-cells = <0>;
69 #interrupt-cells = <1>;
70 interrupt-controller;
71 pinctrl-single,register-width = <16>;
72 pinctrl-single,function-mask = <0xff1f>;
73 };
Sakari Ailuse5211762015-03-19 01:50:23 +020074
75 isp: isp@480bc000 {
76 compatible = "ti,omap3-isp";
77 reg = <0x480bc000 0x12fc
78 0x480bd800 0x0600>;
79 interrupts = <24>;
80 iommus = <&mmu_isp>;
Arnd Bergmann30ecc842015-04-15 21:35:22 +020081 syscon = <&scm_conf 0x2f0>;
Sakari Ailuse5211762015-03-19 01:50:23 +020082 ti,phy-type = <OMAP3ISP_PHY_TYPE_CSIPHY>;
83 #clock-cells = <1>;
84 ports {
85 #address-cells = <1>;
86 #size-cells = <0>;
87 };
88 };
Pali Rohár12e47442015-12-26 00:32:25 +010089
Javier Martinez Canillas6905e942016-04-01 16:20:22 -040090 bandgap@48002524 {
Pali Rohár12e47442015-12-26 00:32:25 +010091 reg = <0x48002524 0x4>;
92 compatible = "ti,omap36xx-bandgap";
93 #thermal-sensor-cells = <0>;
94 };
Tony Lindgren642f12b2012-09-10 10:20:44 -070095 };
96};
Tero Kristo657fc112013-07-22 12:29:29 +030097
Tomi Valkeinenb8a7e422013-03-19 11:38:13 +020098/* OMAP3630 needs dss_96m_fck for VENC */
99&venc {
100 clocks = <&dss_tv_fck>, <&dss_96m_fck>;
101 clock-names = "fck", "tv_dac_clk";
102};
103
Sebastian Reichel782e25a2014-05-10 18:37:49 +0200104&ssi {
105 status = "ok";
106
107 clocks = <&ssi_ssr_fck>,
108 <&ssi_sst_fck>,
109 <&ssi_ick>;
110 clock-names = "ssi_ssr_fck",
111 "ssi_sst_fck",
112 "ssi_ick";
113};
114
Tero Kristo657fc112013-07-22 12:29:29 +0300115/include/ "omap34xx-omap36xx-clocks.dtsi"
116/include/ "omap36xx-omap3430es2plus-clocks.dtsi"
Linus Torvaldsd30492a2014-01-28 18:44:53 -0800117/include/ "omap36xx-am35xx-omap3430es2plus-clocks.dtsi"
Tomi Valkeinen64a900f2014-02-13 10:58:32 +0200118/include/ "omap36xx-clocks.dtsi"