1*5def4c47SEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*5def4c47SEmmanuel Vadot/* 3*5def4c47SEmmanuel Vadot * SDM850 SoC device tree source 4*5def4c47SEmmanuel Vadot * 5*5def4c47SEmmanuel Vadot * Copyright (c) 2020, The Linux Foundation. All rights reserved. 6*5def4c47SEmmanuel Vadot */ 7*5def4c47SEmmanuel Vadot 8*5def4c47SEmmanuel Vadot#include "sdm845.dtsi" 9*5def4c47SEmmanuel Vadot 10*5def4c47SEmmanuel Vadot&cpu4_opp_table { 11*5def4c47SEmmanuel Vadot cpu4_opp33: opp-2841600000 { 12*5def4c47SEmmanuel Vadot opp-hz = /bits/ 64 <2841600000>; 13*5def4c47SEmmanuel Vadot opp-peak-kBps = <7216000 25497600>; 14*5def4c47SEmmanuel Vadot }; 15*5def4c47SEmmanuel Vadot 16*5def4c47SEmmanuel Vadot cpu4_opp34: opp-2956800000 { 17*5def4c47SEmmanuel Vadot opp-hz = /bits/ 64 <2956800000>; 18*5def4c47SEmmanuel Vadot opp-peak-kBps = <7216000 25497600>; 19*5def4c47SEmmanuel Vadot }; 20*5def4c47SEmmanuel Vadot}; 21