stormchaser3000 Posted November 9, 2020 Share Posted November 9, 2020 Please forgive the badly formatted post, I am a bit new here. I was trying to overclock my RockPro64 and ended up writing a device tree overlay (and a rather rudimentary one at that). wasn't sure how to contribute it so I am posting the code here instead. Please note, however, that up until yesterday, I had never written a device tree overlay, so this will not be in the correct format by any stretch of the imagination. I just figured I would post them here as a starting point for anyone who wishes to create a properly formatted dts file to contribute. I got the values that I used from this page on the pine64 wiki: https://wiki.pine64.org/index.php/Overclocking#Rockchip_RK3399_based_boards /dts-v1/; /plugin/; &{/opp-table0} { opp06 { opp-hz = /bits/ 64 <2080000000>; opp-microvolt = <1250000>; }; }; &{/opp-table2} { opp06 { opp-hz = /bits/ 64 <950000000>; opp-microvolt = <1200000>; }; }; 1 Link to comment Share on other sites More sharing options...
firedgje Posted November 11, 2020 Share Posted November 11, 2020 Interesting, please see this old commit: https://github.com/armbian/build/commit/b28fa47aa8b9864ccae8b90ebb3d46ae55103d6e I think you also forgot the opp-table1 to increase little cores: "the little cores on his RK3399 can run at 1.6GHz, and 2.08GHz on the big cores" Link to comment Share on other sites More sharing options...
Recommended Posts