ARM: dts: armada388-clearfog: enable spi flash
[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 */
72af5e6d
EV
25
26 /* cooling options */
72af5e6d 27 #cooling-cells = <2>; /* min followed by max */
e77049bb
NM
28 };
29 };
8ed94f24 30
aa9bb4bb
EV
31 thermal-zones {
32 #include "omap4-cpu-thermal.dtsi"
33 };
34
977a3528 35 ocp {
6905e94d 36 bandgap: bandgap@4a002260 {
977a3528
EV
37 reg = <0x4a002260 0x4
38 0x4a00232C 0x4>;
39 compatible = "ti,omap4430-bandgap";
aa9bb4bb 40
977a3528
EV
41 #thermal-sensor-cells = <0>;
42 };
8ed94f24 43 };
e12c7737
AT
44
45 ocp {
46 abb_mpu: regulator-abb-mpu {
47 status = "okay";
48
49 reg = <0x4a307bd0 0x8>, <0x4a306014 0x4>;
50 reg-names = "base-address", "int-address";
51
52 ti,abb_info = <
53 /*uV ABB efuse rbb_m fbb_m vset_m*/
54 1025000 0 0 0 0 0
55 1200000 0 0 0 0 0
56 1313000 0 0 0 0 0
57 1375000 1 0 0 0 0
58 1389000 1 0 0 0 0
59 >;
60 };
61
62 /* Default unused, just provide register info for record */
63 abb_iva: regulator-abb-iva {
64 reg = <0x4a307bd8 0x8>, <0x4a306010 0x4>;
65 reg-names = "base-address", "int-address";
66 };
67
68 };
69
e77049bb 70};
2488ff6c 71
5379c2db
K
72&cpu_thermal {
73 coefficients = <0 20000>;
74};
75
2488ff6c 76/include/ "omap443x-clocks.dtsi"