1/ {
2	chosen {
3		zephyr,cpu-load-counter = &timer0;
4	};
5};
6
7&timer0 {
8	status = "okay";
9	prescaler = <0>;
10};
11