1 * Generic OPP Interface
3 SoCs have a standard set of tuples consisting of frequency and
4 voltage pairs that the device will support per voltage domain. These
5 are called Operating Performance Points or OPPs.
8 - operating-points: An array of 2-tuples items, and each item consists
9 of frequency and voltage like <freq-kHz vol-uV>.
10 freq: clock frequency in kHz
11 vol: voltage in microvolt
16 compatible = "arm,cortex-a9";
18 next-level-cache = <&L2>;