blob: da9f6fbe32f6cda5f85d9bc36767c5f195764e7d [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: GPL-2.0
2/*
3 * SDM850 SoC device tree source
4 *
5 * Copyright (c) 2020, The Linux Foundation. All rights reserved.
6 */
7
8#include "sdm845.dtsi"
9
10&cpu4_opp_table {
11 cpu4_opp33: opp-2841600000 {
12 opp-hz = /bits/ 64 <2841600000>;
13 opp-peak-kBps = <7216000 25497600>;
14 };
15
16 cpu4_opp34: opp-2956800000 {
17 opp-hz = /bits/ 64 <2956800000>;
18 opp-peak-kBps = <7216000 25497600>;
19 };
20};