Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cpus {
- #address-cells = <1>;
- #size-cells = <0>;
- cpu0: cpu@0 {
- compatible = "arm,cortex-a7";
- device_type = "cpu";
- reg = <0>;
- clocks = <&cpu>;
- clock-latency = <244144>; /* 8 32k periods */
- operating-points = <
- /* kHz uV */
- 960000 1400000
- 912000 1400000
- 864000 1300000
- 720000 1200000
- 528000 1100000
- 312000 1000000
- 144000 900000
- >;
- #cooling-cells = <2>;
- cooling-min-level = <0>;
- cooling-max-level = <6>;
- };
- cpu@1 {
- compatible = "arm,cortex-a7";
- device_type = "cpu";
- reg = <1>;
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement