]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/h8300/cpu.txt
Merge remote-tracking branch 'kgdb/kgdb-next'
[karo-tx-linux.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                 };