1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Copyright (c) 2017 Fuzhou Rockchip Electronics Co., Ltd 4*f126890aSEmmanuel Vadot */ 5*f126890aSEmmanuel Vadot 6*f126890aSEmmanuel Vadot#include "rk322x.dtsi" 7*f126890aSEmmanuel Vadot 8*f126890aSEmmanuel Vadot/ { 9*f126890aSEmmanuel Vadot compatible = "rockchip,rk3229"; 10*f126890aSEmmanuel Vadot 11*f126890aSEmmanuel Vadot /delete-node/ opp-table0; 12*f126890aSEmmanuel Vadot 13*f126890aSEmmanuel Vadot cpu0_opp_table: opp-table-0 { 14*f126890aSEmmanuel Vadot compatible = "operating-points-v2"; 15*f126890aSEmmanuel Vadot opp-shared; 16*f126890aSEmmanuel Vadot 17*f126890aSEmmanuel Vadot opp-408000000 { 18*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <408000000>; 19*f126890aSEmmanuel Vadot opp-microvolt = <950000>; 20*f126890aSEmmanuel Vadot clock-latency-ns = <40000>; 21*f126890aSEmmanuel Vadot opp-suspend; 22*f126890aSEmmanuel Vadot }; 23*f126890aSEmmanuel Vadot opp-600000000 { 24*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <600000000>; 25*f126890aSEmmanuel Vadot opp-microvolt = <975000>; 26*f126890aSEmmanuel Vadot }; 27*f126890aSEmmanuel Vadot opp-816000000 { 28*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <816000000>; 29*f126890aSEmmanuel Vadot opp-microvolt = <1000000>; 30*f126890aSEmmanuel Vadot }; 31*f126890aSEmmanuel Vadot opp-1008000000 { 32*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <1008000000>; 33*f126890aSEmmanuel Vadot opp-microvolt = <1175000>; 34*f126890aSEmmanuel Vadot }; 35*f126890aSEmmanuel Vadot opp-1200000000 { 36*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <1200000000>; 37*f126890aSEmmanuel Vadot opp-microvolt = <1275000>; 38*f126890aSEmmanuel Vadot }; 39*f126890aSEmmanuel Vadot opp-1296000000 { 40*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <1296000000>; 41*f126890aSEmmanuel Vadot opp-microvolt = <1325000>; 42*f126890aSEmmanuel Vadot }; 43*f126890aSEmmanuel Vadot opp-1392000000 { 44*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <1392000000>; 45*f126890aSEmmanuel Vadot opp-microvolt = <1375000>; 46*f126890aSEmmanuel Vadot }; 47*f126890aSEmmanuel Vadot opp-1464000000 { 48*f126890aSEmmanuel Vadot opp-hz = /bits/ 64 <1464000000>; 49*f126890aSEmmanuel Vadot opp-microvolt = <1400000>; 50*f126890aSEmmanuel Vadot }; 51*f126890aSEmmanuel Vadot }; 52*f126890aSEmmanuel Vadot}; 53