14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
||
|
/*
|
||
|
* Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
||
|
* Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
||
|
*/
|
||
|
|
||
|
&cpu0_opp_table {
|
||
|
opp-650000000 {
|
||
|
opp-hz = /bits/ 64 <650000000>;
|
||
|
opp-microvolt = <1200000>;
|
||
|
opp-supported-hw = <0x1>;
|
||
|
};
|
||
|
};
|