1// SPDX-License-Identifier: GPL-2.0-only 2/* 3 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ 4 */ 5/dts-v1/; 6 7#include "am33xx.dtsi" 8#include "am335x-bone-common.dtsi" 9#include "am335x-boneblack-common.dtsi" 10 11/ { 12 model = "TI AM335x BeagleBone Black"; 13 compatible = "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx"; 14}; 15 16&cpu0_opp_table { 17 /* 18 * All PG 2.0 silicon may not support 1GHz but some of the early 19 * BeagleBone Blacks have PG 2.0 silicon which is guaranteed 20 * to support 1GHz OPP so enable it for PG 2.0 on this board. 21 */ 22 oppnitro-1000000000 { 23 opp-supported-hw = <0x06 0x0100>; 24 }; 25}; 26