Linus Walleij | f6a76d4 | 2019-11-26 13:47:35 +0100 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later |
2 | |||||
3 | #include "ste-dbx5x0.dtsi" | ||||
4 | |||||
5 | / { | ||||
6 | cpus { | ||||
7 | cpu@300 { | ||||
8 | /* cpufreq controls */ | ||||
9 | operating-points = <998400 0 | ||||
10 | 800000 0 | ||||
11 | 400000 0 | ||||
12 | 200000 0>; | ||||
13 | }; | ||||
14 | }; | ||||
15 | }; |