Koen Kooi | 2ba3549 | 2013-09-09 16:29:21 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ |
| 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License version 2 as |
| 6 | * published by the Free Software Foundation. |
| 7 | */ |
| 8 | /dts-v1/; |
| 9 | |
| 10 | #include "am33xx.dtsi" |
| 11 | #include "am335x-bone-common.dtsi" |
Robert Nelson | 2876cc4 | 2016-12-27 11:58:34 -0600 | [diff] [blame] | 12 | #include "am335x-boneblack-common.dtsi" |
Koen Kooi | 2ba3549 | 2013-09-09 16:29:21 +0200 | [diff] [blame] | 13 | |
Nishanth Menon | 9a15fff | 2014-09-03 11:03:10 -0500 | [diff] [blame] | 14 | / { |
| 15 | model = "TI AM335x BeagleBone Black"; |
| 16 | compatible = "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx"; |
| 17 | }; |
Dave Gerlach | bc4b173 | 2017-03-06 09:23:39 -0600 | [diff] [blame] | 18 | |
| 19 | &cpu0_opp_table { |
| 20 | /* |
| 21 | * All PG 2.0 silicon may not support 1GHz but some of the early |
| 22 | * BeagleBone Blacks have PG 2.0 silicon which is guaranteed |
| 23 | * to support 1GHz OPP so enable it for PG 2.0 on this board. |
| 24 | */ |
Viresh Kumar | b9cb2ba | 2017-04-20 16:25:06 +0530 | [diff] [blame] | 25 | oppnitro-1000000000 { |
Dave Gerlach | bc4b173 | 2017-03-06 09:23:39 -0600 | [diff] [blame] | 26 | opp-supported-hw = <0x06 0x0100>; |
| 27 | }; |
| 28 | }; |