arm: dts: add omap4460 thermal data
[linux-2.6-block.git] / arch / arm / boot / dts / omap443x.dtsi
CommitLineData
e77049bb
NM
1/*
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
98ef7957 11#include "omap4.dtsi"
e77049bb
NM
12
13/ {
14 cpus {
aa9bb4bb 15 cpu0: cpu@0 {
e77049bb
NM
16 /* 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 };
8ed94f24 27
aa9bb4bb
EV
28 thermal-zones {
29 #include "omap4-cpu-thermal.dtsi"
30 };
31
32 bandgap: bandgap {
8ed94f24
EV
33 reg = <0x4a002260 0x4
34 0x4a00232C 0x4>;
35 compatible = "ti,omap4430-bandgap";
aa9bb4bb
EV
36
37 #thermal-sensor-cells = <0>;
8ed94f24 38 };
e77049bb 39};