Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | // 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 | }; |