blob: dc2f60b68930e3197f5117cdbc3a06266bc2f0f3 [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 */
25 };
26 };
Eduardo Valentin8ed94f22013-06-07 16:46:05 -040027
Eduardo Valentinaa9bb4b2013-07-04 19:16:26 -040028 thermal-zones {
29 #include "omap4-cpu-thermal.dtsi"
30 };
31
32 bandgap: bandgap {
Eduardo Valentin8ed94f22013-06-07 16:46:05 -040033 reg = <0x4a002260 0x4
34 0x4a00232C 0x4>;
35 compatible = "ti,omap4430-bandgap";
Eduardo Valentinaa9bb4b2013-07-04 19:16:26 -040036
37 #thermal-sensor-cells = <0>;
Eduardo Valentin8ed94f22013-06-07 16:46:05 -040038 };
Nishanth Menone77049b2013-03-19 12:53:06 -050039};