summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/h8300/cpu.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/h8300/cpu.txt')
-rw-r--r--Documentation/devicetree/bindings/h8300/cpu.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/h8300/cpu.txt b/Documentation/devicetree/bindings/h8300/cpu.txt
new file mode 100644
index 000000000000..70cd58608f4b
--- /dev/null
+++ b/Documentation/devicetree/bindings/h8300/cpu.txt
@@ -0,0 +1,13 @@
+* H8/300 CPU bindings
+
+Required properties:
+
+- compatible: Compatible property value should be "renesas,h8300".
+- clock-frequency: Contains the clock frequency for CPU, in Hz.
+
+Example:
+
+ cpu@0 {
+ compatible = "renesas,h8300";
+ clock-frequency = <20000000>;
+ };