]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/boot/dts/am335x-boneblack.dts
Merge tag 'omap-for-v5.1/dt-cpsw-phy' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / boot / dts / am335x-boneblack.dts
CommitLineData
2ba35493
KK
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"
2876cc4a 12#include "am335x-boneblack-common.dtsi"
2ba35493 13
9a15fff0
NM
14/ {
15 model = "TI AM335x BeagleBone Black";
16 compatible = "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
17};
bc4b1736
DG
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 */
b9cb2ba7 25 oppnitro-1000000000 {
bc4b1736
DG
26 opp-supported-hw = <0x06 0x0100>;
27 };
28};