Merge tag 'nfsd-4.12' of git://linux-nfs.org/~bfields/linux
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / am335x-boneblack.dts
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"
12 #include "am335x-boneblack-common.dtsi"
13
14 / {
15         model = "TI AM335x BeagleBone Black";
16         compatible = "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
17 };
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          */
25         oppnitro@1000000000 {
26                 opp-supported-hw = <0x06 0x0100>;
27         };
28 };