Nishanth Menon | e77049b | 2013-03-19 12:53:06 -0500 | [diff] [blame] | 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 | |
Florian Vaussard | 98ef7957 | 2013-05-31 14:32:55 +0200 | [diff] [blame] | 11 | #include "omap4.dtsi" |
Nishanth Menon | e77049b | 2013-03-19 12:53:06 -0500 | [diff] [blame] | 12 | |
| 13 | / { |
| 14 | cpus { |
Eduardo Valentin | aa9bb4b | 2013-07-04 19:16:26 -0400 | [diff] [blame] | 15 | cpu0: cpu@0 { |
Nishanth Menon | e77049b | 2013-03-19 12:53:06 -0500 | [diff] [blame] | 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 */ |
Eduardo Valentin | 72af5e6 | 2013-07-15 09:46:31 -0400 | [diff] [blame] | 25 | |
| 26 | /* cooling options */ |
| 27 | cooling-min-level = <0>; |
| 28 | cooling-max-level = <3>; |
| 29 | #cooling-cells = <2>; /* min followed by max */ |
Nishanth Menon | e77049b | 2013-03-19 12:53:06 -0500 | [diff] [blame] | 30 | }; |
| 31 | }; |
Eduardo Valentin | 8ed94f2 | 2013-06-07 16:46:05 -0400 | [diff] [blame] | 32 | |
Eduardo Valentin | aa9bb4b | 2013-07-04 19:16:26 -0400 | [diff] [blame] | 33 | thermal-zones { |
| 34 | #include "omap4-cpu-thermal.dtsi" |
| 35 | }; |
| 36 | |
Eduardo Valentin | 977a352 | 2013-11-12 12:30:07 -0400 | [diff] [blame] | 37 | ocp { |
| 38 | bandgap: bandgap { |
| 39 | reg = <0x4a002260 0x4 |
| 40 | 0x4a00232C 0x4>; |
| 41 | compatible = "ti,omap4430-bandgap"; |
Eduardo Valentin | aa9bb4b | 2013-07-04 19:16:26 -0400 | [diff] [blame] | 42 | |
Eduardo Valentin | 977a352 | 2013-11-12 12:30:07 -0400 | [diff] [blame] | 43 | #thermal-sensor-cells = <0>; |
| 44 | }; |
Eduardo Valentin | 8ed94f2 | 2013-06-07 16:46:05 -0400 | [diff] [blame] | 45 | }; |
Nishanth Menon | e77049b | 2013-03-19 12:53:06 -0500 | [diff] [blame] | 46 | }; |
Tero Kristo | 2488ff6 | 2013-07-18 12:42:02 +0300 | [diff] [blame] | 47 | |
| 48 | /include/ "omap443x-clocks.dtsi" |