Merge remote-tracking branches 'regulator/fix/88pm800', 'regulator/fix/max8973',...
[linux-drm-fsl-dcu.git] / Documentation / devicetree / bindings / h8300 / cpu.txt
1 * H8/300 CPU bindings
2
3 Required properties:
4
5 - compatible: Compatible property value should be "renesas,h8300".
6 - clock-frequency: Contains the clock frequency for CPU, in Hz.
7
8 Example:
9
10                 cpu@0 {
11                         compatible = "renesas,h8300";
12                         clock-frequency = <20000000>;
13                 };