xref: /linux/arch/arm64/boot/dts/apple/s5l8965x-opp.dtsi (revision 4f9786035f9e519db41375818e1d0b5f20da2f10)
1*9e908d5fSNick Chan// SPDX-License-Identifier: GPL-2.0+ OR MIT
2*9e908d5fSNick Chan/*
3*9e908d5fSNick Chan * Operating points for Apple S5L8965X "A7" Rev A SoC, Up to 1392 MHz
4*9e908d5fSNick Chan *
5*9e908d5fSNick Chan * target-type: J71, J72, J73
6*9e908d5fSNick Chan *
7*9e908d5fSNick Chan * Copyright (c) 2024, Nick Chan <towinchenmi@gmail.com>
8*9e908d5fSNick Chan */
9*9e908d5fSNick Chan
10*9e908d5fSNick Chan/ {
11*9e908d5fSNick Chan	cyclone_opp: opp-table {
12*9e908d5fSNick Chan		compatible = "operating-points-v2";
13*9e908d5fSNick Chan
14*9e908d5fSNick Chan		opp01 {
15*9e908d5fSNick Chan			opp-hz = /bits/ 64 <300000000>;
16*9e908d5fSNick Chan			opp-level = <1>;
17*9e908d5fSNick Chan			clock-latency-ns = <10000>;
18*9e908d5fSNick Chan		};
19*9e908d5fSNick Chan		opp02 {
20*9e908d5fSNick Chan			opp-hz = /bits/ 64 <600000000>;
21*9e908d5fSNick Chan			opp-level = <2>;
22*9e908d5fSNick Chan			clock-latency-ns = <49000>;
23*9e908d5fSNick Chan		};
24*9e908d5fSNick Chan		opp03 {
25*9e908d5fSNick Chan			opp-hz = /bits/ 64 <840000000>;
26*9e908d5fSNick Chan			opp-level = <3>;
27*9e908d5fSNick Chan			clock-latency-ns = <30000>;
28*9e908d5fSNick Chan		};
29*9e908d5fSNick Chan		opp04 {
30*9e908d5fSNick Chan			opp-hz = /bits/ 64 <1128000000>;
31*9e908d5fSNick Chan			opp-level = <4>;
32*9e908d5fSNick Chan			clock-latency-ns = <39500>;
33*9e908d5fSNick Chan		};
34*9e908d5fSNick Chan		opp05 {
35*9e908d5fSNick Chan			opp-hz = /bits/ 64 <1296000000>;
36*9e908d5fSNick Chan			opp-level = <5>;
37*9e908d5fSNick Chan			clock-latency-ns = <45500>;
38*9e908d5fSNick Chan		};
39*9e908d5fSNick Chan		opp06 {
40*9e908d5fSNick Chan			opp-hz = /bits/ 64 <1392000000>;
41*9e908d5fSNick Chan			opp-level = <6>;
42*9e908d5fSNick Chan			clock-latency-ns = <46500>;
43*9e908d5fSNick Chan		};
44*9e908d5fSNick Chan	};
45*9e908d5fSNick Chan};
46