rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / h8300 / cpu.txt
blob70cd58608f4ba41d5f90066f6efe09862220d6a3
1 * H8/300 CPU bindings
3 Required properties:
5 - compatible: Compatible property value should be "renesas,h8300".
6 - clock-frequency: Contains the clock frequency for CPU, in Hz.
8 Example:
10                 cpu@0 {
11                         compatible = "renesas,h8300";
12                         clock-frequency = <20000000>;
13                 };