blob: d3928662aed4ea8e569c06abd716b18812d26901 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001// SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00004 */
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};