blob: fc6a8610c24c583b34e2a57c025cdbbed5b2e8c5 [file] [log] [blame]
Nishanth Menone77049b2013-03-19 12:53:06 -05001/*
2 * Device Tree Source for OMAP443x 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
Florian Vaussard98ef79572013-05-31 14:32:55 +020011#include "omap4.dtsi"
Nishanth Menone77049b2013-03-19 12:53:06 -050012
13/ {
14 cpus {
Eduardo Valentinaa9bb4b2013-07-04 19:16:26 -040015 cpu0: cpu@0 {
Nishanth Menone77049b2013-03-19 12:53:06 -050016 /* OMAP443x variants OPP50-OPPNT */
17 operating-points = <
18 /* kHz uV */
19 300000 1025000
20 600000 1200000
21 800000 1313000
22 1008000 1375000
23 >;
24 clock-latency = <300000>; /* From legacy driver */
Eduardo Valentin72af5e62013-07-15 09:46:31 -040025
26 /* cooling options */
27 cooling-min-level = <0>;
28 cooling-max-level = <3>;
29 #cooling-cells = <2>; /* min followed by max */
Nishanth Menone77049b2013-03-19 12:53:06 -050030 };
31 };
Eduardo Valentin8ed94f22013-06-07 16:46:05 -040032
Eduardo Valentinaa9bb4b2013-07-04 19:16:26 -040033 thermal-zones {
34 #include "omap4-cpu-thermal.dtsi"
35 };
36
Eduardo Valentin977a3522013-11-12 12:30:07 -040037 ocp {
Javier Martinez Canillas6905e942016-04-01 16:20:22 -040038 bandgap: bandgap@4a002260 {
Eduardo Valentin977a3522013-11-12 12:30:07 -040039 reg = <0x4a002260 0x4
40 0x4a00232C 0x4>;
41 compatible = "ti,omap4430-bandgap";
Eduardo Valentinaa9bb4b2013-07-04 19:16:26 -040042
Eduardo Valentin977a3522013-11-12 12:30:07 -040043 #thermal-sensor-cells = <0>;
44 };
Eduardo Valentin8ed94f22013-06-07 16:46:05 -040045 };
Andrii.Tseglytskyie12c7732014-03-03 20:20:22 +053046
47 ocp {
48 abb_mpu: regulator-abb-mpu {
49 status = "okay";
50
51 reg = <0x4a307bd0 0x8>, <0x4a306014 0x4>;
52 reg-names = "base-address", "int-address";
53
54 ti,abb_info = <
55 /*uV ABB efuse rbb_m fbb_m vset_m*/
56 1025000 0 0 0 0 0
57 1200000 0 0 0 0 0
58 1313000 0 0 0 0 0
59 1375000 1 0 0 0 0
60 1389000 1 0 0 0 0
61 >;
62 };
63
64 /* Default unused, just provide register info for record */
65 abb_iva: regulator-abb-iva {
66 reg = <0x4a307bd8 0x8>, <0x4a306010 0x4>;
67 reg-names = "base-address", "int-address";
68 };
69
70 };
71
Nishanth Menone77049b2013-03-19 12:53:06 -050072};
Tero Kristo2488ff62013-07-18 12:42:02 +030073
74/include/ "omap443x-clocks.dtsi"