1* H8/300 CPU bindings
2
3Required properties:
4
5- compatible: Compatible property value should be "renesas,h8300".
6- clock-frequency: Contains the clock frequency for CPU, in Hz.
7
8Example:
9
10		cpu@0 {
11			compatible = "renesas,h8300";
12			clock-frequency = <20000000>;
13		};
14